2009-08-31 02:40:54 +02:00
|
|
|
# Path to your oh-my-zsh configuration.
|
2009-08-31 03:36:38 +02:00
|
|
|
export ZSH=$HOME/.oh-my-zsh
|
2009-08-28 20:14:17 +02:00
|
|
|
|
2009-08-28 20:37:53 +02:00
|
|
|
# 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;
|
2009-08-28 20:14:17 +02:00
|
|
|
|
|
|
|
# Customize to your needs...
|
|
|
|
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
|
|
|
|
|
|
|
|