zshrc.zsh-template 315 B

12345678910111213
  1. # Path to your oh-my-zsh configuration.
  2. export ZSH=$HOME/.oh-my-zsh
  3. # Set to the name theme to load.
  4. # Look in ~/.oh-my-zsh/themes/
  5. export ZSH_THEME="robbyrussell"
  6. # Comment this out to disable weekly auto-update checks
  7. # export DISABLE_AUTO_UPDATE="false"
  8. source $ZSH/oh-my-zsh.sh
  9. # Customize to your needs...