1
0
Fork 0

generated with new shortcuts script

This commit is contained in:
Luca Bilke 2022-08-02 10:25:40 +02:00
parent 8ad848a254
commit b4850add7c

View file

@ -1,18 +1,17 @@
# vim: filetype=sh
alias \
cac="cd /home/luca/.cache" \
cf="cd /home/luca/.config" \
D="cd /home/luca/Downloads" \
d="cd /home/luca/Documents" \
dt="cd /home/luca/.local/share" \
rr="cd /home/luca/.local/src" \
h="cd /home/luca" \
m="cd /home/luca/Music" \
mn="cd /mnt" \
pp="cd /home/luca/Pictures" \
sc="cd /home/luca/.local/bin" \
src="cd /home/luca/.local/src" \
vv="cd /home/luca/Videos" \
alias cac="cd /home/luca/.cache && tput cuu1;tput el" \
cf="cd /home/luca/.config && tput cuu1;tput el" \
D="cd /home/luca/Downloads && tput cuu1;tput el" \
d="cd /home/luca/Documents && tput cuu1;tput el" \
dt="cd /home/luca/.local/share && tput cuu1;tput el" \
rr="cd /home/luca/.local/src && tput cuu1;tput el" \
h="cd /home/luca && tput cuu1;tput el" \
m="cd /home/luca/Music && tput cuu1;tput el" \
mn="cd /mnt && tput cuu1;tput el" \
pp="cd /home/luca/Pictures && tput cuu1;tput el" \
sc="cd /home/luca/.local/bin && tput cuu1;tput el" \
src="cd /home/luca/.local/src && tput cuu1;tput el" \
vv="cd /home/luca/Videos && tput cuu1;tput el" \
bf="$EDITOR /home/luca/.config/shell/bm-files" \
bd="$EDITOR /home/luca/.config/shell/bm-dirs" \
cfx="$EDITOR /home/luca/.config/x11/xresources" \