Browse Source

Merge pull request #3265 from thii/fix-yosemite-broken

Fix Yosemite broken zsh
Robby Russell 10 years ago
parent
commit
4c4f47a758
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/zshrc.zsh-template

+ 2 - 2
templates/zshrc.zsh-template

@@ -47,13 +47,13 @@ ZSH_THEME="robbyrussell"
 # Add wisely, as too many plugins slow down shell startup.
 plugins=(git)
 
-source $ZSH/oh-my-zsh.sh
-
 # User configuration
 
 export PATH=$HOME/bin:/usr/local/bin:$PATH
 # export MANPATH="/usr/local/man:$MANPATH"
 
+source $ZSH/oh-my-zsh.sh
+
 # You may need to manually set your language environment
 # export LANG=en_US.UTF-8