-3

I installed the powerline9k theme for oh-my-zsh from https://github.com/bhilburn/powerlevel9k.

On restarting my iterm2, I found out that it was very slow and drags especially when trying to access a git repo.

There's no much report on this online, so I find it very strange that I am experiencing this.

Oluwatosin
  • 31
  • 3

1 Answers1

2

brew install git did the trick. Doing this overrides the default git that was shipped with my OSX.

Oluwatosin
  • 31
  • 3
  • I do not use oh-my-zsh, but I was experiencing trouble with the iterm2 zsh integrations slowing down my prompt. Installing the Homebrew's git fixed the issue. – Patrick Mar 02 '23 at 15:25