From a2a4af0f51704fea6cebc3d5f4ec135284fd0007 Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Fri, 3 Jan 2014 22:06:05 +0100 Subject: [PATCH] Adds ZSH_CUSTOM to the zshrc.template --- templates/zshrc.zsh-template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 7b7f1df85..2ae632a49 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -1,6 +1,11 @@ # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh +# Path to your oh-my-zsh customizations. +# Read the wiki at https://github.com/robbyrussell/oh-my-zsh/wiki/Customization +# to learn more. +ZSH_CUSTOM=$ZSH/custom + # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each