Kevin Heinicke 10 年之前
父節點
當前提交
29729c457d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .zshrc

+ 5 - 0
.zshrc

@@ -21,7 +21,12 @@ source $ZSH/oh-my-zsh.sh
 
 ### U S E R  C O N F I G ###
 
+# homebrew sbin
+export PATH=/usr/local/sbin:$PATH
+
 ### 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...)
 alias l='ls -lhatr'
+
+eval $(thefuck --alias)