I am using the z Shell (zsh
) instead of the default bash, and something wrong happen so that all commands that used to work are no longer recognized:
ls
zsh: command not found: ls
open -e .zshrc
zsh: correct 'open' to '_open' [nyae]?
I don't know how to reset zsh
or how to fix this. Here is the content of $PATH
variable:
echo $PATH
/Users/Malloc/bin/Sencha/Cmd/3.1.2.342:/usr/local/bin/mate
I cannot open the .bash_profile
file nor .zshrc
file, seems the only solution is to reset the zsh
. Any ideas?
EDIT:
I even tried to reset zsh
as indicated in this thread, but always got command not found
error:
exec zsh
zsh: command not found: zsh
So what's going on? Why all commands are lost?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…