From 8bfc51f52deb1366fd2bb3058015f6b4338fcece Mon Sep 17 00:00:00 2001 From: Hekuran <62762955+narukeh@users.noreply.github.com> Date: Mon, 20 Jul 2020 21:04:47 +0200 Subject: [PATCH] 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`. --- .config/directories | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/directories b/.config/directories index 7f55c5c3..e682aaaa 100644 --- a/.config/directories +++ b/.config/directories @@ -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}