]> git.rmz.io Git - dotfiles.git/blobdiff - zshrc
qutebrowser: add van/park4night quickmark
[dotfiles.git] / zshrc
diff --git a/zshrc b/zshrc
index 67734d6a81356dbd1fc8e31d6df1b4f70049e9ce..e2dba1a71c396f62601e4c196b7204f722e19f9c 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -9,9 +9,11 @@ ZSH_CACHE=$XDG_CACHE_HOME/zsh
 # populate path (order matters)
 typeset -U path     # make path a unique array
 # osx gnu utils (installed via brew)
-[[ -d /usr/local/opt/coreutils/libexec/gnubin ]] && path=(/usr/local/opt/coreutils/libexec/gnubin $path)
-[[ -d /usr/local/opt/findutils/libexec/gnubin ]] && path=(/usr/local/opt/findutils/libexec/gnubin $path)
-[[ -d /usr/local/opt/gnu-sed/libexec/gnubin ]] && path=(/usr/local/opt/gnu-sed/libexec/gnubin $path)
+if (( $+commands[brew] )); then
+    for pkg in coreutils findutils gnu-sed make; do
+        [[ -d $(brew --prefix $pkg)/libexec/gnubin ]] && path=($(brew --prefix $pkg)/libexec/gnubin $path)
+    done
+fi
 # osx pip 3.7 install
 [[ -d ~/Library/Python/3.7/bin ]] && path=(~/Library/Python/3.7/bin $path)
 # personal scripts
@@ -62,5 +64,6 @@ done
 hash -d fook=/mnt/fook
 hash -d src=~/src
 
-# wio named dirs
-hash -d wio=~/src/wio
+# fpp named dirs
+hash -d evk=~/src/fpp/evk
+hash -d fpp=~/src/fpp