Autodetect chruby better

This commit is contained in:
Loic Nageleisen 2020-04-14 15:48:20 +02:00
parent d2dd80d9f0
commit 271d7eedca
2 changed files with 9 additions and 1 deletions

2
zsh/rc
View file

@ -36,7 +36,7 @@ preexec() {
chpwd() {
__git_ps1_gitdir
_gopath
_auto-chruby
if _has-chruby; then _auto-chruby; fi
}
chpwd