Add ~/Projects hashed directory

This commit is contained in:
Kenneth Benzie 2018-09-13 10:28:51 +01:00
parent 9eee926c56
commit 8b099b103b

3
zshrc
View File

@ -191,3 +191,6 @@ case `uname` in
alias debug='lldb --' alias debug='lldb --'
;; ;;
esac esac
# Hashed Directories
hash -d Projects="$HOME/Projects"