Browse Source

moved custom config to load after oh-my-zsh

Josh Bicking 7 years ago
parent
commit
c51b59ac77
1 changed files with 4 additions and 3 deletions
  1. 4 3
      zshrc.oh.my.zsh

+ 4 - 3
zshrc.oh.my.zsh

@@ -1,6 +1,3 @@
-# Custom zsh configs
-source ~/.zshrc.mine
-
 # If you come from bash you might have to change your $PATH.
 # export PATH=$HOME/bin:/usr/local/bin:$PATH
 
@@ -87,3 +84,7 @@ source $ZSH/oh-my-zsh.sh
 # Example aliases
 # alias zshconfig="mate ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
+
+# Custom zsh configs
+source ~/.zshrc.mine
+