From c7a88a07b9287db9c129914483f6b3ae1ab5404c Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 14 Nov 2025 23:43:38 +0300 Subject: init --- .config/shell/shortcutenvrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/shell/shortcutenvrc (limited to '.config/shell/shortcutenvrc') 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" -- cgit v1.2.3