shortcutrc (1799B) - raw
1 # _____ _ _ _ 2 # / ____| | | | | | 3 # | (___ | |__ ___ _ __| |_ ___ _ _| |_ _ __ ___ 4 # \___ \| '_ \ / _ \| '__| __/ __| | | | __| '__/ __| 5 # ____) | | | | (_) | | | || (__| |_| | |_| | | (__ 6 # |_____/|_| |_|\___/|_| \__\___|\__,_|\__|_| \___| 7 # 8 9 10 11 # #---Universal Shortcut Configuration File---# # 12 # First column should have the directory's Label 13 # Second column should contain the shortcut itself 14 # (without the modifier) 15 # Third column should contain the directory itself 16 # (It can contain environmental variables) 17 18 |----------------+-----+--------------------------------------------------| 19 | Bibliographies | bb | $HOME/Dropbox/A/Scholar/All/References | 20 | Config | cf | $HOME/.config | 21 | Downloads | dl | $HOME/Dropbox/Downloads | 22 | Dropbox | db | $HOME/Dropbox | 23 | Music | ms | $HOME/Music | 24 | Neovim | vi | $HOME/.config/nvim | 25 | Personnal | ps | $HOME/Dropbox/A/Personnal/ | 26 | Wallpapers | wp | $HOME/Dropbox/A/Personnal/Photos/Wallpapers | 27 | RSS | rss | $HOME/.config/newsboat | 28 | Scholar | sf | $HOME/Dropbox/A/Scholar/CEGEP/session6 | 29 | Scripts | sc | $HOME/.local/bin | 30 | Hotkeys | sx | $HOME/.config/sxhkd | 31 | Images | img | $HOME/Dropbox/A/Personnal/Photos/unsorted | 32 | Compilation | cmp | $HOME/.local/src | 33 |----------------+-----+--------------------------------------------------|