zshrc 367 Bytes
Newer Older
1
# Path to your oh-my-zsh configuration.
2
export ZSH=$HOME/oh-my-zsh
3

4
5
6
# 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;
7
8
9
10
11

# Customize to your needs...
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin