Add Google Cloud SDK bins to path

This commit is contained in:
Danielle McLean 2023-06-15 10:30:01 +10:00
parent a1c3043a5f
commit a86c8f0ea9
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -5,6 +5,7 @@ if (( $+commands[brew] )); then
/usr/local/opt/coreutils/libexec/gnubin /usr/local/opt/coreutils/libexec/gnubin
/usr/local/sbin /usr/local/sbin
~/Library/Python/*/bin(N) ~/Library/Python/*/bin(N)
/usr/local/share/google-cloud-sdk/bin
$path $path
) )
fi fi