romkatv / gitstatus

Git status for Bash and Zsh prompt
GNU General Public License v3.0
1.7k stars 105 forks source link

gitstatus failed to initialize. #243

Closed AbhinavAchha closed 3 years ago

AbhinavAchha commented 3 years ago

I am getting this issue for the first time. But I am not able to debug this. the pormpt has become a bit slow in directories with .git/ folder

gitstatus.log

gitstatus.POWERLEVEL9K.1000.5729.1623739430.2.daemon.log gitstatus.POWERLEVEL9K.1000.5729.1623739430.2.xtrace.log

romkatv commented 3 years ago

Try this:

rm -rf /home/abhi/powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git /home/abhi/powerlevel10k
exec zsh
AbhinavAchha commented 3 years ago

yes, Thanks It has been fixed