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