1
0
Fork 0
dotfiles/.config/shell/bm-dirs

16 lines
465 B
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
# You can add comments to these files with #
2022-08-09 10:57:14 +02:00
h $HOME
2022-08-02 16:11:27 +02:00
ch ${XDG_CACHE_HOME:-$HOME/.cache}
2022-07-04 21:36:33 +02:00
cf ${XDG_CONFIG_HOME:-$HOME/.config}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
2022-09-15 20:27:44 +02:00
rr $HOME/.local/src
2022-07-04 21:36:33 +02:00
sc $HOME/.local/bin
2022-08-02 16:11:27 +02:00
mn /mnt
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
ms ${XDG_MUSIC_DIR:-$HOME/Music}
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
2022-08-04 15:45:43 +02:00
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles