# vim: filetype=sh alias cac="cd /home/awy/.cache && ls -A" \ cf="cd /home/awy/.config && ls -A" \ D="cd /home/awy/Downloads && ls -A" \ d="cd /home/awy/Documents && ls -A" \ dt="cd /home/awy/.local/share && ls -A" \ rr="cd /mnt/ssd/projects && ls -A" \ h="cd /home/awy && ls -A" \ m="cd /mnt/ssd/music && ls -A" \ mn="cd /mnt && ls -A" \ pp="cd /home/awy/Pictures && ls -A" \ sc="cd /home/awy/.local/bin && ls -A" \ src="cd /home/awy/.local/src && ls -A" \ vv="cd /home/awy/Videos && ls -A" \ bf="$EDITOR /home/awy/.config/shell/bm-files" \ bd="$EDITOR /home/awy/.config/shell/bm-dirs" \ cfv="$EDITOR /home/awy/.config/nvim/init.vim" \ cfz="$EDITOR /home/awy/.config/zsh/.zshrc" \ cfa="$EDITOR /home/awy/.config/shell/aliasrc" \ cfp="$EDITOR /home/awy/.config/shell/profile" \ cfm="$EDITOR /home/awy/.config/mutt/muttrc" \ cfn="$EDITOR /home/awy/.config/newsboat/config" \ cfu="$EDITOR /home/awy/.config/newsboat/urls" \ cfmc="$EDITOR /home/awy/.config/rmpc/config.ron" \