Answers for "how to check zsh or bash"

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 in linux

apt install zsh
Posted by: Guest on October-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language