voidrice/.config/directories
Hekuran 94c6f3cdde
sort and add src & dt (#768)
* sort and add src; dt

I sorted them by category, so it isn't confusing, and also added `~/.local/src` & `~/.local/share`, and changed `~` for `$HOME`.

* sort alphabetically

sort alphabetically
2020-07-26 08:25:24 -04:00

13 lines
414 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}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
h $HOME
m ${XDG_MUSIC_DIR:-$HOME/Music}
mn /mnt
pp ${XDG_PICTURES_DIR:-$HOME/Pictures}
sc $HOME/.local/bin
src $HOME/.local/src
vv ${XDG_VIDEOS_DIR:-$HOME/Videos}