Remove the function as it's not needed now
parent
c18d4338e6
commit
8d329bd610
|
|
@ -2,7 +2,4 @@
|
|||
# Bash completion support for RVM.
|
||||
# Source: https://rvm.io/workflow/completion
|
||||
|
||||
|
||||
_rvm_complete() {
|
||||
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue