Explorar o código

moved custom config to load after oh-my-zsh

Josh Bicking %!s(int64=7) %!d(string=hai) anos
pai
achega
c51b59ac77
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  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
+