Add support for completion for RVM
This commit is contained in:
parent
2b0056091a
commit
a4d106645d
@ -5,3 +5,6 @@
|
|||||||
|
|
||||||
# Add RVM to PATH for scripting
|
# Add RVM to PATH for scripting
|
||||||
PATH=$PATH:$HOME/.rvm/bin
|
PATH=$PATH:$HOME/.rvm/bin
|
||||||
|
|
||||||
|
# Source bash completion for RVM
|
||||||
|
[[ -r "$HOME/.rvm/scripts/completion" ]] && source "$HOME/.rvm/scripts/completion"
|
||||||
|
Loading…
Reference in New Issue
Block a user