Merge branch 'master' of https://github.com/Bash-it/bash-it
This commit is contained in:
5
completion/available/rvm.completion.bash
Normal file
5
completion/available/rvm.completion.bash
Normal 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
|
||||
Reference in New Issue
Block a user