diff --git a/zshrc b/zshrc index 53dbc4e..f6247ef 100644 --- a/zshrc +++ b/zshrc @@ -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: