Add workspace as DEVPATH option

This commit is contained in:
Kevin Cotugno 2020-02-24 06:35:55 -07:00
parent dc5725e119
commit 4f107b631b

2
.zshrc
View File

@ -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