X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/88ebe62d68f38c774f3ce494a60f5a9444e31482..7f00f634ced039c57536088b9d1f5f968f9f9d26:/zshrc?ds=inline

diff --git a/zshrc b/zshrc
index cd62f3f..f319e49 100644
--- a/zshrc
+++ b/zshrc
@@ -30,6 +30,7 @@ setopt dvorak       # correct_all uses dvorak
 # populate path
 typeset -U path     # make path a unique array
 [[ -d ~/bin ]] && path=(~/bin $path)
+[[ -d /extra ]] && path=($path /extra/bin /extra/usr/bin /extra/sbin /extra/usr/sbin)
 [[ -d /opt/android-sdk ]] && path=($path /opt/android-sdk/platform-tools)
 
 # source aliases