1
0
Fork 0
dotfiles/.config/shell/shortcutrc

30 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
# vim: filetype=sh
2022-08-02 16:11:27 +02:00
alias ch="cd /home/luca/.cache && tput cuu1;tput el" \
2022-08-02 10:25:40 +02:00
cf="cd /home/luca/.config && tput cuu1;tput el" \
dt="cd /home/luca/.local/share && tput cuu1;tput el" \
rr="cd /home/luca/.local/src && tput cuu1;tput el" \
sc="cd /home/luca/.local/bin && tput cuu1;tput el" \
2022-08-02 16:11:27 +02:00
mn="cd /mnt && tput cuu1;tput el" \
dl="cd /home/luca/Downloads && tput cuu1;tput el" \
dm="cd /home/luca/Documents && tput cuu1;tput el" \
ms="cd /home/luca/Music && tput cuu1;tput el" \
pc="cd /home/luca/Pictures && tput cuu1;tput el" \
vd="cd /home/luca/Videos && tput cuu1;tput el" \
2022-08-04 15:45:43 +02:00
dot="cd /home/luca/.local/share/dotfiles && tput cuu1;tput el" \
2022-07-04 21:36:33 +02:00
bf="$EDITOR /home/luca/.config/shell/bm-files" \
bd="$EDITOR /home/luca/.config/shell/bm-dirs" \
cfx="$EDITOR /home/luca/.config/x11/xresources" \
2022-08-04 15:45:43 +02:00
cfb="$EDITOR /home/luca/.local/src/dwmblocks/config.h" \
2022-07-04 21:36:33 +02:00
cfv="$EDITOR /home/luca/.config/nvim/init.vim" \
2022-08-01 18:04:11 +02:00
cfz="$EDITOR /.zshrc" \
2022-07-04 21:36:33 +02:00
cfa="$EDITOR /home/luca/.config/shell/aliasrc" \
cfp="$EDITOR /home/luca/.config/shell/profile" \
cfm="$EDITOR /home/luca/.config/mutt/muttrc" \
cfn="$EDITOR /home/luca/.config/newsboat/config" \
cfu="$EDITOR /home/luca/.config/newsboat/urls" \
cfmb="$EDITOR /home/luca/.config/ncmpcpp/bindings" \
cfmc="$EDITOR /home/luca/.config/ncmpcpp/config" \
cfl="$EDITOR /home/luca/.config/lf/lfrc" \
cfL="$EDITOR /home/luca/.config/lf/scope" \
cfX="$EDITOR /home/luca/.config/sxiv/exec/key-handler" \