Kaynağa Gözat

tune .zshrc

Kevin Heinicke 10 yıl önce
ebeveyn
işleme
a1580c535b
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      .zshrc

+ 4 - 3
.zshrc

@@ -9,15 +9,16 @@ export ZSH=~/.oh-my-zsh
 # time that oh-my-zsh is loaded.
 ZSH_THEME="agnoster"
 
+# Device-specifig setup (ignored by git)
+# source local config first to overwrite default theme if wanted
+source .zsh_local
+
 plugins=(git pass brew)
 
 source $ZSH/oh-my-zsh.sh
 
 ### U S E R  C O N F I G ###
 
-# Device-specifig setup (ignored by git)
-source .zsh_local
-
 ### ALIASES ###
 # list directory in human readable (-h), listed (-l) way. Show all files (-a).
 # -F: display an indicator for special list entries (folder, links, etc...)