summaryrefslogtreecommitdiffstats
path: root/.config/directories
diff options
context:
space:
mode:
authorHekuran <62762955+narukeh@users.noreply.github.com>2020-07-26 14:25:24 +0200
committerGitHub <noreply@github.com>2020-07-26 08:25:24 -0400
commit94c6f3cdded77a9e97cccefef9ac0c6ccd28244d (patch)
tree972e2fa610a767e8ac0057b711820d5589967fb8 /.config/directories
parentd2dfd16fbebbcbd46d69da1984ec51f5f9f4d439 (diff)
downloadeibhear-94c6f3cdded77a9e97cccefef9ac0c6ccd28244d.tar.gz
eibhear-94c6f3cdded77a9e97cccefef9ac0c6ccd28244d.tar.zst
eibhear-94c6f3cdded77a9e97cccefef9ac0c6ccd28244d.zip
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
Diffstat (limited to '.config/directories')
-rw-r--r--.config/directories4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/directories b/.config/directories
index 7f55c5c..b3807cd 100644
--- a/.config/directories
+++ b/.config/directories
@@ -3,9 +3,11 @@ 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 ~/.local/bin
+sc $HOME/.local/bin
+src $HOME/.local/src
vv ${XDG_VIDEOS_DIR:-$HOME/Videos}