From 5d26e75ae6d2d26fb16de40bbb7cf5a4694c3e5a Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 27 Sep 2012 12:49:05 -0500 Subject: [PATCH] changing code directory location --- zsh/zshrc.symlink | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 76e411b..939f3a6 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -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