zshrc: update aliases
This commit is contained in:
parent
a20b4b88c8
commit
b691b16beb
4
zshrc
4
zshrc
|
@ -131,8 +131,8 @@ alias sysc="systemctl"
|
||||||
alias hib="sudo systemctl hibernate"
|
alias hib="sudo systemctl hibernate"
|
||||||
alias dc="docker-compose -f docker-compose.yml"
|
alias dc="docker-compose -f docker-compose.yml"
|
||||||
alias dcd="docker-compose -f docker-compose.yml -f docker-compose.development.yml"
|
alias dcd="docker-compose -f docker-compose.yml -f docker-compose.development.yml"
|
||||||
alias tkp="tmux kill-pane"
|
alias clp="tmux kill-pane"
|
||||||
alias tkw="tmux kill-window"
|
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 -"
|
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:
|
# recursive grep with line numbers and colour, ignoring binary files:
|
||||||
|
|
Loading…
Reference in New Issue