zshrc: update aliases

This commit is contained in:
Rob Watson 2021-02-03 13:11:39 +01:00
parent a20b4b88c8
commit b691b16beb
1 changed files with 2 additions and 2 deletions

4
zshrc
View File

@ -131,8 +131,8 @@ alias sysc="systemctl"
alias hib="sudo systemctl hibernate"
alias dc="docker-compose -f docker-compose.yml"
alias dcd="docker-compose -f docker-compose.yml -f docker-compose.development.yml"
alias tkp="tmux kill-pane"
alias tkw="tmux kill-window"
alias clp="tmux kill-pane"
alias clw="tmux kill-window"
alias updatevimplugins="cd $HOME/.vim/pack/git-plugins && find -maxdepth 2 -type d | xargs -I{} bash -c 'cd {} ; git pull --rebase' ; cd -"
# recursive grep with line numbers and colour, ignoring binary files: