Merge branch 'master' of https://github.com/Bash-it/bash-it
commit
52a23c0106
|
|
@ -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
|
||||||
Loading…
Reference in New Issue