blob: 2403622b0efdc9b6e2633caa3a248ba11af60c2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
|