zshenv: correct the ccache path

This commit is contained in:
leo 2023-05-05 13:31:58 +02:00
parent aa53d06408
commit f35d7df90d
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -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"