I installed zsh before then uninstalled and removed it completely. But why I am getting /usr/bin/zsh still?
Asked
Active
Viewed 152 times
1 Answers
0
Even after uninstalling Zsh, the binary file (/usr/bin/zsh) may remain if it was manually installed, left over from incomplete uninstallation, or set as the default shell for a user. Remove it manually using:
sudo rm /usr/bin/zsh
Also, check and update the default shell if needed:
chsh -s /bin/bash