zsh-config/dir_aliases
Robert Morrison a91c9a530e
chore: Remove executable bit from files
none of these files need to be marked as executable...
2022-12-06 17:47:59 +00:00

11 lines
287 B
Bash

####################################
# create hashtable for common dirs #
####################################
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"
# vim: ft=zsh