Closed ctlong closed 3 years ago
Eg. Putting the following into the .bash_profile:
.bash_profile
[ -f /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc ] && source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc' [ -f /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc ] && source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc'
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/175960132
The labels on this github issue will be updated when the story is started.
Eg. Putting the following into the
.bash_profile
: