update bm-dirs
This commit is contained in:
parent
2cf9150767
commit
2f68f28372
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
|
||||||
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
|
dm ${XDG_DOCUMENTS_DIR:-$HOME/Documents}
|
||||||
co ${XDG_DOCUMENTS_DIR:-$HOME/Documents}/Code
|
co ${XDG_DOCUMENTS_DIR:-$HOME/Documents}/Code
|
||||||
ms ${XDG_MUSIC_DIR:-$HOME/Music}
|
ms ${XDG_MUSIC_DIR:-$HOME/Music}
|
||||||
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
ph ${XDG_PICTURES_DIR:-$HOME/Photos}
|
||||||
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
||||||
|
|
||||||
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles
|
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles
|
||||||
|
|
|
@ -10,7 +10,7 @@ dl="cd /home/luca/Downloads && tput cuu1;tput el" \
|
||||||
dm="cd /home/luca/Documents && tput cuu1;tput el" \
|
dm="cd /home/luca/Documents && tput cuu1;tput el" \
|
||||||
co="cd /home/luca/Documents/Code && tput cuu1;tput el" \
|
co="cd /home/luca/Documents/Code && tput cuu1;tput el" \
|
||||||
ms="cd /home/luca/Music && 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" \
|
vd="cd /home/luca/Videos && tput cuu1;tput el" \
|
||||||
dot="cd /home/luca/.local/share/dotfiles && tput cuu1;tput el" \
|
dot="cd /home/luca/.local/share/dotfiles && tput cuu1;tput el" \
|
||||||
bf="$EDITOR /home/luca/.config/shell/bm-files" \
|
bf="$EDITOR /home/luca/.config/shell/bm-files" \
|
||||||
|
|
|
@ -9,7 +9,7 @@ hash -d dl=/home/luca/Downloads
|
||||||
hash -d dm=/home/luca/Documents
|
hash -d dm=/home/luca/Documents
|
||||||
hash -d co=/home/luca/Documents/Code
|
hash -d co=/home/luca/Documents/Code
|
||||||
hash -d ms=/home/luca/Music
|
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 vd=/home/luca/Videos
|
||||||
hash -d dot=/home/luca/.local/share/dotfiles
|
hash -d dot=/home/luca/.local/share/dotfiles
|
||||||
hash -d bf=/home/luca/.config/shell/bm-files
|
hash -d bf=/home/luca/.config/shell/bm-files
|
||||||
|
|
Loading…
Add table
Reference in a new issue