浏览代码

tune .zshrc

Kevin Heinicke 10 年之前
父节点
当前提交
a1580c535b
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      .zshrc

+ 4 - 3
.zshrc

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