diff options
author | Jason Whittle <jason.whittle@gmail.com> | 2011-10-05 00:57:48 -0300 |
---|---|---|
committer | Jason Whittle <jason.whittle@gmail.com> | 2011-10-05 00:57:48 -0300 |
commit | de29ef809dad9c1a1190a4b670cbb30b8b578f3c (patch) | |
tree | a85dec58ee8e81e67177661f6a8dd55c7b85c1f2 /templates | |
parent | 762b55bb2bc0452ce3f5f2f21bc22b61936ef704 (diff) | |
download | zsh-de29ef809dad9c1a1190a4b670cbb30b8b578f3c.tar.gz zsh-de29ef809dad9c1a1190a4b670cbb30b8b578f3c.tar.bz2 zsh-de29ef809dad9c1a1190a4b670cbb30b8b578f3c.zip |
Change default zshrc to export $ZSH (as required by check_for_upgrade.sh).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 1ab40aba6..6f0529972 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,5 +1,5 @@ # Path to your oh-my-zsh configuration. -ZSH=$HOME/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ |