diff options
| author | awy <awy@awy.one> | 2025-11-14 23:43:38 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-14 23:43:38 +0300 |
| commit | c7a88a07b9287db9c129914483f6b3ae1ab5404c (patch) | |
| tree | 73c227c5e8519eb9135f46984e4fc067b316ed1b /.config/shell/shortcutenvrc | |
| download | mangoslice-c7a88a07b9287db9c129914483f6b3ae1ab5404c.tar.gz | |
init
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" |