diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-22 13:51:47 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-22 13:51:47 -0700 |
commit | 95302af79b22ff311f0e49c167419d7e5567db00 (patch) | |
tree | 74a5a742ce4b2c331498a6a8f9a8adce03b8b55f /templates | |
parent | 319aafce8bf93f7fe1ddbfcafdb42d4a60c1d8a3 (diff) | |
parent | de29ef809dad9c1a1190a4b670cbb30b8b578f3c (diff) | |
download | zsh-95302af79b22ff311f0e49c167419d7e5567db00.tar.gz zsh-95302af79b22ff311f0e49c167419d7e5567db00.tar.bz2 zsh-95302af79b22ff311f0e49c167419d7e5567db00.zip |
Merge pull request #646 from whittle/master
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 c2254d055..c25c20e75 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/ |