mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
zsh parameter added for rbenv init. It seem it change only which completion file is loaded, but it removes the complete not found command ;)
This commit is contained in:
parent
362927003b
commit
5c758ef4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ for rbenvdir in "$HOME/.rbenv" "/usr/local/rbenv" "/opt/rbenv" ; do
|
|||
FOUND_RBENV=1
|
||||
export RBENV_ROOT=$rbenvdir
|
||||
export PATH=${rbenvdir}/bin:$PATH
|
||||
eval "$(rbenv init -)"
|
||||
eval "$(rbenv init - zsh)"
|
||||
|
||||
alias rubies="rbenv versions"
|
||||
alias gemsets="rbenv gemset list"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue