1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 06:43:29 +02:00

Use rvm completion from ~/.rvm/scripts/zsh/Completion

This commit is contained in:
Jeong Mok Cho
2012-11-19 17:04:10 +09:00
parent c2ae9e09ca
commit 7d9518d48d
2 changed files with 2 additions and 147 deletions
+2
View File
@@ -1,3 +1,5 @@
fpath=($rvm_path/scripts/zsh/Completion $fpath)
alias rubies='rvm list rubies'
alias gemsets='rvm gemset list'