update android SDK paths in zshenv
This commit is contained in:
parent
6c8947e087
commit
8c2b04bef5
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
|
@ -1,4 +1,4 @@
|
|||
custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/tools /usr/local/android/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/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