1
0
Fork 0

change rr shortcut

This commit is contained in:
Luca Bilke 2022-08-23 20:59:53 +02:00
parent e2e81bde9f
commit 7715305685
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ h $HOME
ch ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
rr $HOME/.local/src
rr $HOME/.local/git
sc $HOME/.local/bin
mn /mnt
dl ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}

View File

@ -3,7 +3,7 @@ alias h="cd /home/luca && tput cuu1;tput el" \
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" \
rr="cd /home/luca/.local/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" \
@ -18,7 +18,7 @@ bd="$EDITOR /home/luca/.config/shell/bm-dirs" \
cfx="$EDITOR /home/luca/.config/x11/xresources" \
cfb="$EDITOR /home/luca/.local/src/dwmblocks/config.h" \
cfv="$EDITOR /home/luca/.config/nvim/init.vim" \
cfz="$EDITOR /.zshrc" \
cfz="$EDITOR /home/luca/.config/zsh/.zshrc" \
cfa="$EDITOR /home/luca/.config/shell/aliasrc" \
cfp="$EDITOR /home/luca/.config/shell/profile" \
cfm="$EDITOR /home/luca/.config/mutt/muttrc" \

View File

@ -2,7 +2,7 @@ hash -d h=/home/luca
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 rr=/home/luca/.local/git
hash -d sc=/home/luca/.local/bin
hash -d mn=/mnt
hash -d dl=/home/luca/Downloads
@ -17,7 +17,7 @@ hash -d bd=/home/luca/.config/shell/bm-dirs
hash -d cfx=/home/luca/.config/x11/xresources
hash -d cfb=/home/luca/.local/src/dwmblocks/config.h
hash -d cfv=/home/luca/.config/nvim/init.vim
hash -d cfz=/.zshrc
hash -d cfz=/home/luca/.config/zsh/.zshrc
hash -d cfa=/home/luca/.config/shell/aliasrc
hash -d cfp=/home/luca/.config/shell/profile
hash -d cfm=/home/luca/.config/mutt/muttrc