You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source $ZSH/oh-my-zsh.sh at files/zsh/zshrc:15 has no existence guard. On a fresh machine before make install, opening any interactive shell fails fatally. Fix: wrap with [ -d "$ZSH" ] && source "$ZSH/oh-my-zsh.sh".
source $ZSH/oh-my-zsh.shatfiles/zsh/zshrc:15 has no existence guard. On a fresh machine beforemake install, opening any interactive shell fails fatally. Fix: wrap with[ -d "$ZSH" ] && source "$ZSH/oh-my-zsh.sh".