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