voidrice/.config/directories
Hekuran 8bfc51f52d
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`.
2020-07-20 21:04:47 +02:00

14 lines
414 B
Plaintext

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