From a41282c8d3653b5ff48e3a44b21b04fb6979460c Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 22 Jun 2017 16:48:57 -0500 Subject: [PATCH] Move custom dir above theme It's possibly a race condition that could be preventing me from loading my version of darkblood --- shell/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/zshrc b/shell/zshrc index 9ca5c92..157d3eb 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -44,6 +44,9 @@ bindkey "^[s" insert-sudo # Define Oh-My-ZSH root ZSH=$HOME/.oh-my-zsh +# Would you like to use another custom folder than $ZSH/custom? +ZSH_CUSTOM=$HOME/dotfiles/omz + # Theme for Oh-My-ZSH ZSH_THEME="darkblood" @@ -64,6 +67,3 @@ 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