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:
parent
d6dc16cca1
commit
a41282c8d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user