Update directories

This commit is contained in:
Vlad Doster 2020-06-24 11:53:08 -05:00 committed by GitHub
parent 25d6c917f4
commit a919ea9895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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