Merge pull request #928 from LanikSJ/rvm-completion

Add RVM Completion
This commit is contained in:
Nils Winkler
2017-03-24 09:43:47 +01:00
committed by GitHub

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Bash completion support for RVM.
# Source: https://rvm.io/workflow/completion
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion