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