From d95f6c15a8da27a1cf2d4b94ac803ee15a1be7c7 Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 22 Jun 2017 11:50:27 -0500 Subject: [PATCH] Change the custom directory This is used for overriding anything that may ship with Oh-My-ZSH. Themes for example --- shell/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/zshrc b/shell/zshrc index 9a56c80..f94055f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -61,3 +61,6 @@ plugins=(git) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh + +# Would you like to use another custom folder than $ZSH/custom? +ZSH_CUSTOM=$HOME/dotfiles/omz \ No newline at end of file