zshrc 367 B

1234567891011
  1. # Path to your oh-my-zsh configuration.
  2. export ZSH=$HOME/oh-my-zsh
  3. # Load all of the config files in ~/oh-my-zsh that end in .zsh
  4. # TIP: Add files you don't want in git to .gitignore
  5. for i in $ZSH/*zsh; do source $i; done;
  6. # Customize to your needs...
  7. export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin