Files
dotfiles/.config/shell/shortcutrc
2025-10-22 21:14:08 +01:00

46 lines
1.9 KiB
Bash

# vim: filetype=sh
alias cac="cd /home/chris/.cache && ls" \
cf="cd /home/chris/.config && ls" \
nv="cd /home/chris/.config/nvim/lua && ls" \
D="cd /home/chris/Downloads && ls" \
d="cd /home/chris/Tower/Documents && ls" \
dt="cd /home/chris/.local/share && ls" \
h="cd /home/chris && ls" \
l="cd /home/chris/Tower/Library && ls" \
r="cd /home/chris/Tower/Resources && ls" \
m="cd /home/chris/Tower/Music && ls" \
mn="cd /mnt && ls" \
pp="cd /home/chris/Tower/Pictures && ls" \
sc="cd /home/chris/.local/bin && ls" \
src="cd /home/chris/.local/src && ls" \
vv="cd /home/chris/Tower/Videos && ls" \
c="cd /home/chris/Code && ls" \
cp="cd /home/chris/Code/PHP && ls" \
cw="cd /home/chris/Code/Websites && ls" \
cj="cd /home/chris/Code/JavaScript && ls" \
co="cd /home/chris/Code/DevOps && ls" \
cr="cd /home/chris/Code/Rust && ls" \
cm="cd /home/chris/Code/MobileApps && ls" \
cs="cd /home/chris/Code/Scala && ls" \
ct="cd /home/chris/Code/Tutorials && ls" \
rc="cd /home/chris/Code/Sites/runcats && ls" \
rcs="cd /home/chris/Code/Sites/runcats/server && ls" \
rcc="cd /home/chris/Code/Sites/runcats/client && ls" \
rcl="cd /home/chris/Code/Sites/runcats/landing && ls" \
bf="$EDITOR /home/chris/.config/shell/bm-files" \
bd="$EDITOR /home/chris/.config/shell/bm-dirs" \
cfx="$EDITOR /home/chris/.config/x11/xresources" \
cfv="$EDITOR /home/chris/.config/nvim/init.lua" \
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
cfp="$EDITOR /home/chris/.config/shell/profile" \
cfe="$EDITOR /home/chris/.config/shell/.env" \
cfm="$EDITOR /home/chris/.config/mutt/muttrc" \
cfn="$EDITOR /home/chris/.config/newsboat/config" \
cfu="$EDITOR /home/chris/.config/newsboat/urls" \
cfmb="$EDITOR /home/chris/.config/ncmpcpp/bindings" \
cfmc="$EDITOR /home/chris/.config/ncmpcpp/config" \
cfl="$EDITOR /home/chris/.config/lf/lfrc" \
cfL="$EDITOR /home/chris/.config/lf/scope" \
cfX="$EDITOR /home/chris/.config/sxiv/exec/key-handler" \