Remove the function as it's not needed now

pull/928/head
LanikSJ 2017-03-24 01:41:48 -07:00
parent c18d4338e6
commit 8d329bd610
No known key found for this signature in database
GPG Key ID: C043F668DB04FD0E
1 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,4 @@
# Bash completion support for RVM. # Bash completion support for RVM.
# Source: https://rvm.io/workflow/completion # Source: https://rvm.io/workflow/completion
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
_rvm_complete() {
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
}