Merge pull request #928 from LanikSJ/rvm-completion

Add RVM Completion
pull/898/head
Nils Winkler 2017-03-24 09:43:47 +01:00 committed by GitHub
commit 3ab632aa1d
1 changed files with 5 additions and 0 deletions

View 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