home blog portfolio Ian Fisher

Setting up Zsh

The default shell on the shared server is Bash. If you'd like to use Zsh instead:

  1. Run chsh --shell $(which zsh)
  2. Add source /usr/share/cs644/zshrc to your ~/.zshrc file.
  3. Log out and back in.
  4. (optional) Set up Oh My Zsh by running /usr/share/cs644/oh_my_zsh_install.sh