rvm hook into zsh
This commit is contained in:
parent
d1aaea2678
commit
ea104397f8
1 changed files with 3 additions and 0 deletions
|
|
@ -33,3 +33,6 @@ zle -N fancy-ctrl-z
|
|||
bindkey '^Z' fancy-ctrl-z
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
# load RVM if it exists
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue