zshrc.zsh-template 658 B

1234567891011121314151617181920212223
  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. # Set to this to use case-sensitive completion
  7. # export CASE_SENSITIVE="true"
  8. # Comment this out to disable weekly auto-update checks
  9. # export DISABLE_AUTO_UPDATE="true"
  10. # Uncomment following line if you want to disable colors in ls
  11. # export DISABLE_LS_COLORS="true"
  12. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
  13. # Example format: plugins=(rails git textmate ruby lighthouse)
  14. plugins=(git)
  15. source $ZSH/oh-my-zsh.sh
  16. # Customize to your needs...