changing code directory location

This commit is contained in:
Nick Nisi
2012-09-27 12:49:05 -05:00
parent 2d7795521b
commit 5d26e75ae6

View File

@@ -1,9 +1,8 @@
export ZSH=$HOME/.dotfiles
if [[ -d ~/gitprojects ]]; then
export CODE_DIR=~/gitprojects
else
export CODE_DIR=~/projects
# define the code directory
if [[ -d ~/code ]]; then
export CODE_DIR=~/code
fi
# load all zsh config files