mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add Google Cloud SDK related stuff
This commit is contained in:
7
shell/google-cloud.sh
Normal file
7
shell/google-cloud.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Google Cloud SDK setup.
|
||||
#
|
||||
|
||||
if [ -f '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc' ]; then
|
||||
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc'
|
||||
fi
|
||||
Reference in New Issue
Block a user