Jelajahi Sumber

moved custom config to load after oh-my-zsh

Josh Bicking 7 tahun lalu
induk
melakukan
c51b59ac77
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  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
+