oh-my-zsh - Hide git Status and Dirty checks

PHOTO EMBED

Thu Jun 17 2021 13:09:48 GMT+0000 (Coordinated Universal Time)

Saved by @LavenPillay #zsh #oh-my-zsh

# ----- Skip Status checks -----
# For all repos
git config --global --add oh-my-zsh.hide-status 1
# For current repo
git config --add oh-my-zsh.hide-status 1

# ----- Skip dirty checks -----
# For all repos
git config --global --add oh-my-zsh.hide-dirty 1
# For current repo
git config --add oh-my-zsh.hide-dirty 1
content_copyCOPY