zshrc 497 B

123456789101112131415
  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. export ZSH_THEME="geoffgarside"
  7. # Load all of the config files in ~/oh-my-zsh that end in .zsh
  8. # TIP: Add files you don't want in git to .gitignore
  9. for i in $ZSH/*zsh; do source $i; done;
  10. # Customize to your needs...
  11. #export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin