Added support for autoenv if it is installed

This commit is contained in:
Tony Grosinger 2013-03-05 05:17:24 +00:00
parent aba5e644b7
commit 0fd9255f4c

6
.zshrc
View File

@ -49,6 +49,12 @@ alias gc="git commit -m "
alias gs="git status"
alias gpp="git push"
# Autoenv
if [ -d ~/.autoenv ];
then
source ~/.autoenv/activate.sh
fi
# Functions
# (f)ind by (n)ame