summaryrefslogtreecommitdiff
path: root/zshrc
blob: d5c00d6df164beba20dfdbcc662121464d250667 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh

# 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;

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