diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9..8595acb8 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -47,6 +47,9 @@ ZSH_THEME="robbyrussell" # Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM=/path/to/new-custom-folder +# Would you like to use different cache directory? (Default is $ZSH/cache) +# ZSH_CACHE_DIR=/path/to/new-cache-directory + # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse)