Answers for "what if i use bash instead of zsh"

1

return to bash from zsh

//Switch to bash:
exec bash

//Switch to zsh:
exec zsh
Posted by: Guest on March-05-2021
1

zsh shell

sudo apt install zsh (Linux)
Posted by: Guest on April-23-2021

Code answers related to "what if i use bash instead of zsh"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language