From 6a442700b10f3bfa42864625944b96f30f8bcf51 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sat, 24 Oct 2015 17:46:36 -0500 Subject: [PATCH] Google cloud bs --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zshrc b/zshrc index 1a1c50f..538734a 100644 --- a/zshrc +++ b/zshrc @@ -98,3 +98,9 @@ export PATH=$HOME/ghc-mod/dist/build/ghc-mod:$PATH # Take out when ghc-mod is fi # FZF [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + +# The next line updates PATH for the Google Cloud SDK. +source '/Users/dustinswan/google-cloud-sdk/path.zsh.inc' + +# The next line enables shell command completion for gcloud. +source '/Users/dustinswan/google-cloud-sdk/completion.zsh.inc'