fix (zshrc): consider this dangerous - handle repositories with more care
This commit is contained in:
parent
9c000263ac
commit
f38e6934a9
3
zshrc
3
zshrc
@ -80,9 +80,6 @@ alias gd='g diff'
|
|||||||
alias glog='g log --graph --oneline'
|
alias glog='g log --graph --oneline'
|
||||||
alias gst='g status --short --branch'
|
alias gst='g status --short --branch'
|
||||||
|
|
||||||
# update all repositories within the current directory
|
|
||||||
alias update_repositories='find . -name ".git" -type d | xargs -P4 -I{} git --git-dir={} --work-tree={} pull'
|
|
||||||
|
|
||||||
# Suppresses line numbers in less
|
# Suppresses line numbers in less
|
||||||
alias less='less --line-numbers'
|
alias less='less --line-numbers'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user