2021-09-09 22:34:37 +01:00
|
|
|
# vim: filetype=sh
|
2025-08-23 12:17:17 +01:00
|
|
|
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" \
|
2021-09-09 22:34:37 +01:00
|
|
|
bf="$EDITOR /home/chris/.config/shell/bm-files" \
|
|
|
|
|
bd="$EDITOR /home/chris/.config/shell/bm-dirs" \
|
|
|
|
|
cfx="$EDITOR /home/chris/.config/x11/xresources" \
|
2025-08-23 12:17:17 +01:00
|
|
|
cfv="$EDITOR /home/chris/.config/nvim/init.lua" \
|
2021-09-09 22:34:37 +01:00
|
|
|
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
|
|
|
|
|
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
|
|
|
|
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
|
|
|
|
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" \
|