diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-03-23 14:47:10 +0100 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-03-23 15:03:36 +0100 |
commit | 6889dfaa46858ddacc82549a57d73118c66a32b6 (patch) | |
tree | 37252a199838441503f92f4de3cecbb23503a341 /templates | |
parent | 04c2d293985adced1bd702fca16357b858002bb8 (diff) | |
download | zsh-6889dfaa46858ddacc82549a57d73118c66a32b6.tar.gz zsh-6889dfaa46858ddacc82549a57d73118c66a32b6.tar.bz2 zsh-6889dfaa46858ddacc82549a57d73118c66a32b6.zip |
$ZSH is the OMZ installation folder, not configuration
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 48757ba0e..7b7f1df85 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,4 +1,4 @@ -# Path to your oh-my-zsh configuration. +# Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. |