... | ... |
@@ -5,10 +5,7 @@ export ZSH=$HOME/.oh-my-zsh |
5 | 5 |
# Look in ~/.oh-my-zsh/themes/ |
6 | 6 |
export ZSH_THEME="robbyrussell" |
7 | 7 |
|
8 |
-# Load all of the config files in ~/oh-my-zsh that end in .zsh |
|
9 |
-# TIP: Add files you don't want in git to .gitignore |
|
10 |
-for i in $ZSH/*zsh; do source $i; done; |
|
11 |
- |
|
12 | 8 |
# Customize to your needs... |
13 | 9 |
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin |
14 | 10 |
|
11 |
+source $ZSH/oh-my-zsh.sh |