voidrice/.config/directories
Vlad Doster e1a4273e11
Make dir shortcuts use XDG DIRS and then use a default if need be (#725)
* sort and make home shortcut break less

* Update directories

* Formatting

* Add missing brackets

* sort

Co-authored-by: Luke Smith <luke@lukesmith.xyz>
2020-07-08 08:49:27 -04:00

11 lines
No EOL
367 B
Text

# You can add comments to these files with #
cac ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
d ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
h ${XDG_CONFIG_HOME:-$HOME}
m ${XDG_MUSIC_DIR:-$HOME/Music}
mn /mnt
pp ${XDG_PICTURES_DIR:-$HOME/Pictures}
sc ~/.local/bin
vv ${XDG_VIDEOS_DIR:-$HOME/Videos}