diff options
Diffstat (limited to '.config/shell/shortcutenvrc')
| -rw-r--r-- | .config/shell/shortcutenvrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/shell/shortcutenvrc b/.config/shell/shortcutenvrc new file mode 100644 index 0000000..2403622 --- /dev/null +++ b/.config/shell/shortcutenvrc @@ -0,0 +1,24 @@ +# vim: filetype=sh +[ -n "cac" ] && export cac="/home/awy/.cache" +[ -n "cf" ] && export cf="/home/awy/.config" +[ -n "D" ] && export D="/home/awy/Downloads" +[ -n "d" ] && export d="/home/awy/Documents" +[ -n "dt" ] && export dt="/home/awy/.local/share" +[ -n "rr" ] && export rr="/mnt/ssd/projects" +[ -n "h" ] && export h="/home/awy" +[ -n "m" ] && export m="/mnt/ssd/music" +[ -n "mn" ] && export mn="/mnt" +[ -n "pp" ] && export pp="/home/awy/Pictures" +[ -n "sc" ] && export sc="/home/awy/.local/bin" +[ -n "src" ] && export src="/home/awy/.local/src" +[ -n "vv" ] && export vv="/home/awy/Videos" +[ -n "bf" ] && export bf="/home/awy/.config/shell/bm-files" +[ -n "bd" ] && export bd="/home/awy/.config/shell/bm-dirs" +[ -n "cfv" ] && export cfv="/home/awy/.config/nvim/init.vim" +[ -n "cfz" ] && export cfz="/home/awy/.config/zsh/.zshrc" +[ -n "cfa" ] && export cfa="/home/awy/.config/shell/aliasrc" +[ -n "cfp" ] && export cfp="/home/awy/.config/shell/profile" +[ -n "cfm" ] && export cfm="/home/awy/.config/mutt/muttrc" +[ -n "cfn" ] && export cfn="/home/awy/.config/newsboat/config" +[ -n "cfu" ] && export cfu="/home/awy/.config/newsboat/urls" +[ -n "cfmc" ] && export cfmc="/home/awy/.config/rmpc/config.ron" |