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