From 8b099b103b3c8d2d658985bebfb7273d077ad9d9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 13 Sep 2018 10:28:51 +0100 Subject: [PATCH] Add ~/Projects hashed directory --- zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"