zshenv: correct the ccache path
This commit is contained in:
parent
aa53d06408
commit
f35d7df90d
2
.zshenv
2
.zshenv
@ -26,7 +26,7 @@ add_to_path() {
|
||||
fi
|
||||
}
|
||||
|
||||
add_to_path "/usr/lib64/ccache"
|
||||
add_to_path "/usr/lib64/ccache/bin"
|
||||
add_to_path "$ANDROID_SDK_ROOT/platform-tools"
|
||||
add_to_path "$ANDROID_SDK_ROOT/cmdline-tools/latest/bin"
|
||||
add_to_path "$ANDROID_SDK_ROOT/tools"
|
||||
|
Loading…
Reference in New Issue
Block a user