diff --git a/.zshrc b/.zshrc index 886e08a..1d58a42 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,8 @@ fi if [[ -d "$HOME/devel" ]]; then export DEVPATH="$HOME/devel" +elif [[ -d "$HOME/workspace" ]]; then + export DEVPATH="$HOME/workspace" else export DEVPATH="$HOME" fi