You might notice oh-my-zsh very slow on WSL2 shell, especially when you cd into a directory with git enabled.
This can be resolved by running following command
git config --global oh-my-zsh.hide-status 1
You might notice oh-my-zsh very slow on WSL2 shell, especially when you cd into a directory with git enabled.
This can be resolved by running following command
git config --global oh-my-zsh.hide-status 1
Leave a Reply
You must be logged in to post a comment.