refactor(dir_aliases): Change Projects

Change projects hash alias to try `$Z_PROJECT_DIR` first before using
`$HOME/Projects`
This commit is contained in:
Robert Morrison 2024-02-19 14:54:53 +00:00
parent 1a18c13306
commit 6a7f432e33
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -6,5 +6,5 @@ hash -d dx="$HOME/Documents"
hash -d dl="$HOME/Downloads"
hash -d cn="${XDG_CONFIG_HOME:-$HOME/.config}"
hash -d px="$HOME/Pictures"
hash -d pr="$HOME/Projects"
hash -d pr="${Z_PROJECT_DIR:-$HOME/Projects}"
# vim: ft=zsh