Kevin Heinicke 10 vuotta sitten
vanhempi
commit
29729c457d
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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)