I'm learning to develop in Rails, and have discovered the power of zsh
. However, for some of my other tasks, I wish to use normal bash
.
Although they are the same, I just feel comfortable with the layout of bash
in some situations.
How do I switch back and forth, or turn zsh
on and off?
exit
to get back to bash. Exec’ing it seems unnecessary and undesirable. – Claudelle