X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/88ebe62d68f38c774f3ce494a60f5a9444e31482..0a0094e2364ef2aa8a4cc61a434596deaf6e726b:/zshrc?ds=sidebyside 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