diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index c810edd131926f7ab3817754a2dfebbae7fd7e91..c7477fd33ac56ba04962926fdc6011a33e36166b 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -158,6 +158,9 @@ source /usr/share/z/z.sh source /usr/share/fzf/key-bindings.zsh source /usr/share/fzf/completion.zsh +# Set up gcloud CLI +source /etc/profile.d/google-cloud-cli.sh + # Ranger conf export RANGER_LOAD_DEFAULT_RC=false