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

29 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-07-04 21:36:33 +02:00
# vim: filetype=sh
2022-08-09 10:57:14 +02:00
alias h="cd /home/luca && tput cuu1;tput el" \
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" \
2022-09-15 20:27:44 +02:00
rr="cd /home/luca/.local/src && tput cuu1;tput el" \
2022-08-02 10:25:40 +02:00
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" \
2022-10-27 09:36:42 +02:00
co="cd /home/luca/Documents/Code && tput cuu1;tput el" \
2022-08-02 16:11:27 +02:00
ms="cd /home/luca/Music && tput cuu1;tput el" \
2023-01-26 17:09:28 +01:00
ph="cd /home/luca/Photos && tput cuu1;tput el" \
2022-08-02 16:11:27 +02:00
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-09-17 00:13:11 +02:00
cfX="$EDITOR /home/luca/.config/x11/xprofile" \
2022-08-04 15:45:43 +02:00
cfb="$EDITOR /home/luca/.local/src/dwmblocks/config.h" \
2022-09-17 00:13:11 +02:00
cfk="$EDITOR /home/luca/.config/kitty/kitty.conf" \
cfK="$EDITOR /home/luca/.config/kitty/kittyfullscreen.conf" \
cfv="$EDITOR /home/luca/.config/lvim/config.lua" \
2022-08-23 20:59:53 +02:00
cfz="$EDITOR /home/luca/.config/zsh/.zshrc" \
2022-07-04 21:36:33 +02:00
cfa="$EDITOR /home/luca/.config/shell/aliasrc" \
cfp="$EDITOR /home/luca/.config/shell/profile" \
cfl="$EDITOR /home/luca/.config/lf/lfrc" \
2022-09-17 00:13:11 +02:00
cfL="$EDITOR /home/luca/.config/lf/preview" \