|
|
|
|
|
by SkyMarshal
5071 days ago
|
|
I switched cold turkey from bash to zsh a few months ago, and going back to bash on servers hasn't been a problem. In my experience, if you've used bash for a long time you don't forget it. Minor tip - you can use the same .aliases file for both shells, I just source it in .bashrc and .zshrc on my dev machine. So if I ever need to switch to bash for some reason, my most used aliases are still available. If you switch, don't forget oh-my-zsh [1]. 1. https://github.com/robbyrussell/oh-my-zsh |
|