Mac zsh: command not found zsh all commands in a terminal failure

method one:

PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
方法二:

exec / bin / zsh
three:

exec /usr/bin/zsh

Guess you like

Origin www.cnblogs.com/photo520/p/11613907.html
zsh