update /Users/sjs/.pyenv/shims:/Users/sjs/.rbenv/shims:/Users/sjs/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/MacGPG2/bin
This commit is contained in:
parent
878d8b65c0
commit
961d48700a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function is_interactive() { [ -t 1 ] }
|
||||||
|
|
||||||
# 1. Environment Vars
|
# 1. Environment Vars
|
||||||
# ===================
|
# ===================
|
||||||
custom_paths=(/sbin /usr/sbin /usr/local/bin $HOME/.rbenv/bin /Applications/Xcode.app/Contents/Developer/usr/bin /usr/local/android/tools /usr/local/android/platform-tools $HOME/bin)
|
custom_paths=(/sbin /usr/sbin /Applications/Xcode.app/Contents/Developer/usr/bin /usr/local/android/tools /usr/local/android/platform-tools /usr/local/bin $HOME/bin)
|
||||||
for dir in $custom_paths; do
|
for dir in $custom_paths; do
|
||||||
if [[ -d "$dir" ]]; then
|
if [[ -d "$dir" ]]; then
|
||||||
path=($dir $path)
|
path=($dir $path)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue