31 lines
1.3 KiB
Text
31 lines
1.3 KiB
Text
|
# vim: filetype=sh
|
||
|
alias cac="cd /home/rander/.cache && ls -a" \
|
||
|
cf="cd /home/rander/.config && ls -a" \
|
||
|
D="cd /home/rander/Downloads && ls -a" \
|
||
|
d="cd /home/rander/Documents && ls -a" \
|
||
|
dt="cd /home/rander/.local/share && ls -a" \
|
||
|
rr="cd /home/rander/.local/src && ls -a" \
|
||
|
h="cd /home/rander && ls -a" \
|
||
|
m="cd /home/rander/Music && ls -a" \
|
||
|
mn="cd /mnt && ls -a" \
|
||
|
pp="cd /home/rander/Pictures && ls -a" \
|
||
|
sc="cd /home/rander/.local/bin && ls -a" \
|
||
|
src="cd /home/rander/.local/src && ls -a" \
|
||
|
vv="cd /home/rander/Videos && ls -a" \
|
||
|
bf="$EDITOR /home/rander/.config/shell/bm-files" \
|
||
|
bd="$EDITOR /home/rander/.config/shell/bm-dirs" \
|
||
|
cfx="$EDITOR /home/rander/.config/x11/xresources" \
|
||
|
cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
|
||
|
cfv="$EDITOR /home/rander/.config/nvim/init.vim" \
|
||
|
cfz="$EDITOR /home/rander/.config/zsh/.zshrc" \
|
||
|
cfa="$EDITOR /home/rander/.config/shell/aliasrc" \
|
||
|
cfp="$EDITOR /home/rander/.config/shell/profile" \
|
||
|
cfm="$EDITOR /home/rander/.config/mutt/muttrc" \
|
||
|
cfn="$EDITOR /home/rander/.config/newsboat/config" \
|
||
|
cfu="$EDITOR /home/rander/.config/newsboat/urls" \
|
||
|
cfmb="$EDITOR /home/rander/.config/ncmpcpp/bindings" \
|
||
|
cfmc="$EDITOR /home/rander/.config/ncmpcpp/config" \
|
||
|
cfl="$EDITOR /home/rander/.config/lf/lfrc" \
|
||
|
cfL="$EDITOR /home/rander/.config/lf/scope" \
|
||
|
cfX="$EDITOR /home/rander/.config/sxiv/exec/key-handler" \
|