0

I have just updated macOS to the latest version 13.4 (BuildVersion: 22F66) and the default terminal, which is zsh, just got all messed up. Now every time I open it, it shows all the environment variables in the beginning. There is also no syntax highlighting anymore.

Has some have gone through the same issue? Not sure if I should reinstall the system's zsh or something like that.

doomsk
  • 31
  • 5

1 Answers1

3

did you edit your .zshrc file?

Maybe you add some corrupted settings to it. Try to delete your .zshrc file (or better rename it) and open a new terminal. This should reset your terminal to factory settings

millerluki
  • 138
  • 5
  • 1
    It seems some configuration was poorly added to it. thanks for the advice! manage to find the line after some inspection. – doomsk Jun 07 '23 at 09:41