fix (zshrc): consider this dangerous - handle repositories with more care

This commit is contained in:
eeemsi 2023-07-29 15:13:51 +02:00
parent 9c000263ac
commit f38e6934a9
1 changed files with 0 additions and 3 deletions

3
zshrc
View File

@ -80,9 +80,6 @@ alias gd='g diff'
alias glog='g log --graph --oneline'
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
alias less='less --line-numbers'