diff options
author | Robby Russell <robby@planetargon.com> | 2014-11-27 20:01:43 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-11-27 20:01:43 -0800 |
commit | 4c4f47a758fe69b48532eeaf2d224c60e33f0e5b (patch) | |
tree | 76a79552f57b7d364b635d2487e982f01fd411d6 | |
parent | 60a41a866af065bfa8c5e156c0c8150ba320aaa0 (diff) | |
parent | b6b1dd3cd713751c5295b8346af071b420a99f87 (diff) | |
download | zsh-4c4f47a758fe69b48532eeaf2d224c60e33f0e5b.tar.gz zsh-4c4f47a758fe69b48532eeaf2d224c60e33f0e5b.tar.bz2 zsh-4c4f47a758fe69b48532eeaf2d224c60e33f0e5b.zip |
Merge pull request #3265 from thii/fix-yosemite-broken
Fix Yosemite broken zsh
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index a12eca2a0..763288dfd 100644 --- a/templates/zshrc.zsh-template +++ b/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 |