Add ~Sandbox hashed directory

This commit is contained in:
Kenneth Benzie 2022-06-12 21:03:54 +01:00
parent 8790bc0c4e
commit c61c86e979

1
zshrc
View File

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