zshrc
8b517ff6
 # Path to your oh-my-zsh configuration.
43fd24e8
 export ZSH=$HOME/.oh-my-zsh
5da20b9d
 
2c9f74b5
 # Set to the name theme to load.
 # Look in ~/.oh-my-zsh/themes/
 export ZSH_THEME="robbyrussell"
3dfa677e
 export ZSH_THEME="geoffgarside"
2c9f74b5
 
39f8b30d
 # Load all of the config files in ~/oh-my-zsh that end in .zsh
 # TIP: Add files you don't want in git to .gitignore
 for i in $ZSH/*zsh; do source $i; done;
5da20b9d
 
 # Customize to your needs...
45f05b9b
 #export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
5da20b9d