From 09f2bdbe83e403e61b51e8580cb8d61dad429471 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 11 Dec 2021 00:37:03 -0800 Subject: update --- shell/bm-dirs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shell/bm-dirs (limited to 'shell/bm-dirs') diff --git a/shell/bm-dirs b/shell/bm-dirs new file mode 100644 index 0000000..7bb0407 --- /dev/null +++ b/shell/bm-dirs @@ -0,0 +1,14 @@ +# You can add comments to these files with # +cac ${XDG_CACHE_HOME:-$HOME/.cache} +cf ${XDG_CONFIG_HOME:-$HOME/.config} +d ${XDG_DOWNLOAD_DIR:-$HOME/down} +D ${XDG_DOCUMENTS_DIR:-$HOME/docs} +dt ${XDG_DATA_HOME:-$HOME/.local/share} +rr $HOME/.local/src +h $HOME +m ${XDG_MUSIC_DIR:-$HOME/mus} +mn /mnt +pp ${XDG_PICTURES_DIR:-$HOME/pics} +sc $HOME/.local/bin +src $HOME/.local/src +vv ${XDG_VIDEOS_DIR:-$HOME/vids} -- cgit v1.2.3-13-gbd6f