Add rbenv; remove old go and ruby zsh shims
This commit is contained in:
4
zsh.d/rbenv.zsh
Normal file
4
zsh.d/rbenv.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Enable goenv if it is installed
|
||||
if (( $+commands[rbenv] )); then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
Reference in New Issue
Block a user