Setting up Zsh
The default shell on the shared server is Bash. If you'd like to use Zsh instead:
- Run
chsh --shell $(which zsh) - Add
source /usr/share/cs644/zshrcto your~/.zshrcfile. - Log out and back in.
- (optional) Set up Oh My Zsh by running
/usr/share/cs644/oh_my_zsh_install.sh