Search code examples
oh-my-zsh

why does terminal start with '/Users/nicholas/.zshrc:source:75: no such file or directory:' after uninstalling ohmyzsh?


i've uninstalled ohmyzsh and now everytime i start my termial it says this:

Last login: Sat Feb  6 13:53:16 on ttys001  
/Users/nicholas/.zshrc:source:75: no such file or directory: /Users/nicholas/.oh-my-zsh/oh-my-zsh.sh  
nicholas@macbook ~%

How to fix it?

(original screenshot here)


Solution

    • open .zshrc If you can't find find .zshrc, then type "ls -a" in terminal to get hidden files
    • After opening .zshrc file, comment the line 75 by appending "#"

    Check this image