Add autoenv plugin, which adopts using Kenneth Reitz's autoenv into
oh-my-zsh.
This commit is contained in:
@@ -29,6 +29,9 @@ cd () {
|
||||
cd ../../../..
|
||||
elif [[ "x$*" == "x......" ]]; then
|
||||
cd ../../../../..
|
||||
elif [ -d ~/.autoenv ]; then
|
||||
source ~/.autoenv/activate.sh
|
||||
autoenv_cd "$@"
|
||||
else
|
||||
builtin cd "$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user