1
0
Fork 0

update bm-dirs

This commit is contained in:
Luca Bilke 2023-01-26 17:09:28 +01:00
parent 2cf9150767
commit 2f68f28372
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ 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}
ph ${XDG_PICTURES_DIR:-$HOME/Photos}
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles

View file

@ -10,7 +10,7 @@ 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" \
ph="cd /home/luca/Photos && tput cuu1;tput el" \
vd="cd /home/luca/Videos && tput cuu1;tput el" \
dot="cd /home/luca/.local/share/dotfiles && tput cuu1;tput el" \
bf="$EDITOR /home/luca/.config/shell/bm-files" \

View file

@ -9,7 +9,7 @@ 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 ph=/home/luca/Photos
hash -d vd=/home/luca/Videos
hash -d dot=/home/luca/.local/share/dotfiles
hash -d bf=/home/luca/.config/shell/bm-files