trying out phpbrew

This commit is contained in:
James Walker 2013-01-03 14:12:18 -05:00
parent faac1ce7a1
commit 3963ebba6c

5
zshrc
View File

@ -41,4 +41,9 @@ if [ -f "$HOME/.nvm/nvm.sh" ]; then
source "$HOME/.nvm/nvm.sh"
fi
# phpbrew
if [ -f "$HOME/.phpbrew/bashrc" ]; then
source "$HOME/.phpbrew/bashrc"
fi
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"