Move custom dir above theme

It's possibly a race condition that could be
preventing me from loading my version of darkblood
This commit is contained in:
David Todd 2017-06-22 16:48:57 -05:00
parent d6dc16cca1
commit a41282c8d3

View File

@ -44,6 +44,9 @@ bindkey "^[s" insert-sudo
# Define Oh-My-ZSH root # Define Oh-My-ZSH root
ZSH=$HOME/.oh-my-zsh 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 # Theme for Oh-My-ZSH
ZSH_THEME="darkblood" ZSH_THEME="darkblood"
@ -64,6 +67,3 @@ plugins=(git)
# Load oh-my-zsh # Load oh-my-zsh
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# Would you like to use another custom folder than $ZSH/custom?
ZSH_CUSTOM=$HOME/dotfiles/omz