more zsh config updates

This commit is contained in:
Nick Nisi
2012-07-03 10:06:10 -05:00
parent 7ef38eba7c
commit 8fb777898e
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
export ZSH=$HOME/.dotfiles
export PROJECTS=~/projects
if [[ -d ~/gitprojects ]]; then
export PROJECTS=~/gitprojects
else