Last active
January 16, 2026 22:49
-
-
Save textarcana/247ae457f727774d699c93942cb01731 to your computer and use it in GitHub Desktop.
Enable gcloud on WSL (Ubuntu) - use the windows executable for gcloud from within the WSL. Put this in .bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gcloud() { | |
| (cd /mnt/c && cmd.exe /c gcloud "$@") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment