diff --git a/zshrc b/zshrc index 7f16805..67c497d 100644 --- a/zshrc +++ b/zshrc @@ -172,6 +172,7 @@ fi # Frequntly used directories function frequent-directory() { export $1; hash -d $1 } frequent-directory Projects="$HOME/Projects" +frequent-directory Sandbox="$HOME/Sandbox" # Load work related config [ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc