diff --git a/zshrc b/zshrc index 9bd2d5a..6d977c7 100644 --- a/zshrc +++ b/zshrc @@ -191,3 +191,6 @@ case `uname` in alias debug='lldb --' ;; esac + +# Hashed Directories +hash -d Projects="$HOME/Projects"