update directory shortcuts
This commit is contained in:
parent
2214df25c3
commit
d65267b0e3
4 changed files with 8 additions and 8 deletions
|
@ -3,13 +3,13 @@ map gch cd "/home/luca/.cache"
|
|||
map gcf cd "/home/luca/.config"
|
||||
map gdt cd "/home/luca/.local/share"
|
||||
map grr cd "/home/luca/.local/src"
|
||||
map ggi cd "/home/luca/.local/src/git"
|
||||
map gsc cd "/home/luca/.local/bin"
|
||||
map gmn cd "/mnt"
|
||||
map gdl cd "/home/luca/Downloads"
|
||||
map gdm cd "/home/luca/Documents"
|
||||
map gco cd "/home/luca/Documents/Code"
|
||||
map gms cd "/home/luca/Music"
|
||||
map gph cd "/home/luca/Photos"
|
||||
map gpc cd "/home/luca/Pictures"
|
||||
map gvd cd "/home/luca/Videos"
|
||||
map gdot cd "/home/luca/.local/share/dotfiles"
|
||||
map Ebf $$EDITOR "/home/luca/.config/shell/bm-files"
|
||||
|
|
|
@ -4,13 +4,13 @@ ch ${XDG_CACHE_HOME:-$HOME/.cache}
|
|||
cf ${XDG_CONFIG_HOME:-$HOME/.config}
|
||||
dt ${XDG_DATA_HOME:-$HOME/.local/share}
|
||||
rr $HOME/.local/src
|
||||
gi $HOME/.local/src/git
|
||||
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}
|
||||
ph ${XDG_PICTURES_DIR:-$HOME/Photos}
|
||||
pc ${XDG_PICTURES_DIR:-$HOME/Pictures}
|
||||
vd ${XDG_VIDEOS_DIR:-$HOME/Videos}
|
||||
|
||||
dot ${XDG_DATA_HOME:-$HOME/.local/share}/dotfiles
|
||||
|
|
|
@ -4,13 +4,13 @@ ch="cd /home/luca/.cache && tput cuu1;tput el" \
|
|||
cf="cd /home/luca/.config && tput cuu1;tput el" \
|
||||
dt="cd /home/luca/.local/share && tput cuu1;tput el" \
|
||||
rr="cd /home/luca/.local/src && tput cuu1;tput el" \
|
||||
gi="cd /home/luca/.local/src/git && tput cuu1;tput el" \
|
||||
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" \
|
||||
ph="cd /home/luca/Photos && tput cuu1;tput el" \
|
||||
pc="cd /home/luca/Pictures && 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" \
|
||||
|
|
|
@ -3,13 +3,13 @@ hash -d ch=/home/luca/.cache
|
|||
hash -d cf=/home/luca/.config
|
||||
hash -d dt=/home/luca/.local/share
|
||||
hash -d rr=/home/luca/.local/src
|
||||
hash -d gi=/home/luca/.local/src/git
|
||||
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 ph=/home/luca/Photos
|
||||
hash -d pc=/home/luca/Pictures
|
||||
hash -d vd=/home/luca/Videos
|
||||
hash -d dot=/home/luca/.local/share/dotfiles
|
||||
hash -d bf=/home/luca/.config/shell/bm-files
|
||||
|
|
Loading…
Add table
Reference in a new issue