Update zshrc
This commit is contained in:
parent
ebd3724b68
commit
5b4e8e01de
2
zshrc
2
zshrc
|
@ -133,7 +133,7 @@ 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 clp="tmux kill-pane"
|
alias clp="tmux kill-pane"
|
||||||
alias clw="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 . -mindepth 2 -maxdepth 2 -type d | xargs -I{} bash -c 'cd {} ; printf \"In {}...\"; git pull --rebase' ; cd -"
|
||||||
|
|
||||||
# recursive grep with line numbers and colour, ignoring binary files:
|
# recursive grep with line numbers and colour, ignoring binary files:
|
||||||
alias gnr="grep -nR -I --color"
|
alias gnr="grep -nR -I --color"
|
||||||
|
|
Loading…
Reference in New Issue