diff --git a/.zshrc b/.zshrc index e784ad5..fdfbcfc 100644 --- a/.zshrc +++ b/.zshrc @@ -98,6 +98,17 @@ zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath' eval "$(fzf --zsh)" eval "$(zoxide init --cmd cd zsh)" +############################################################ +# Google Cloud SDK +############################################################ +if [ -f "${HOME}/.google-cloud-sdk/path.zsh.inc" ]; then + . "${HOME}/.google-cloud-sdk/path.zsh.inc" +fi + +if [ -f "${HOME}/.google-cloud-sdk/completion.zsh.inc" ]; then + . "${HOME}/.google-cloud-sdk/completion.zsh.inc" +fi + ############################################################ # Custom environment variables ############################################################ @@ -126,3 +137,4 @@ alias docker-compose='docker compose' alias neofetch='fastfetch' alias lazygit='lazygit -ucd $HOME/.config/lazygit' +