Update the directory aliases to use the hash builtin, This allows better use of the aliases
10 lines
273 B
Plaintext
Executable File
10 lines
273 B
Plaintext
Executable File
####################################
|
|
# 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"
|