1
0
Fork 0

add code folder shortcut

This commit is contained in:
Luca Bilke 2022-08-23 15:17:06 +02:00
parent 660caffaf4
commit af3d3a6480
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ sc $HOME/.local/bin
mn /mnt
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
co ${XDG_DOCUMENTS_DIR:-$HOME/Documents}/Code
ms ${XDG_MUSIC_DIR:-$HOME/Music}
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}

View file

@ -8,6 +8,7 @@ sc="cd /home/luca/.local/bin && tput cuu1;tput el" \
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" \
co="cd /home/luca/Documents/Code && 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" \

View file

@ -7,6 +7,7 @@ hash -d sc=/home/luca/.local/bin
hash -d mn=/mnt
hash -d dl=/home/luca/Downloads
hash -d dm=/home/luca/Documents
hash -d co=/home/luca/Documents/Code
hash -d ms=/home/luca/Music
hash -d pc=/home/luca/Pictures
hash -d vd=/home/luca/Videos