Files
voidrice/.config/shell/shortcutrc
2022-08-07 10:18:14 +08:00

37 lines
1.6 KiB
Bash

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