Answers for "zsh slow in git repo"

0

zsh slow in git repo

#you can fix it disabling some 
git funcionalities
git config --add oh-my-zsh.hide-status 1
git config --add oh-my-zsh.hide-dirty 1
Posted by: Guest on May-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language