mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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`.
This commit is contained in:
parent
50a442998b
commit
8bfc51f52d
@ -1,11 +1,13 @@
|
||||
# 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}
|
||||
h $HOME
|
||||
m ${XDG_MUSIC_DIR:-$HOME/Music}
|
||||
mn /mnt
|
||||
pp ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
||||
sc ~/.local/bin
|
||||
vv ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user