Open tekknolagi opened 9 years ago
I changed my shell to /usr/bin/zsh, but every so often my shell will change back to bash. How can avoid this behavior? Thanks.
/usr/bin/zsh
I've fixed this by adding exec zsh to the end of my .bashrc. Don't do that - but you can.
exec zsh
.bashrc
I'd rather avoid such hacks :-/
Like I said - don't :smile:
I changed my shell to
/usr/bin/zsh
, but every so often my shell will change back to bash. How can avoid this behavior? Thanks.