Skip to content

Commit

Permalink
Use gke auth plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jan 8, 2024
1 parent a5b8615 commit d16f715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/zsh/templates/zshrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export HOMEBREW_NO_ANALYTICS=1
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

{% if mtype == 'work' and wedition == 'facile' %}
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
if command -v direnv > /dev/null 2>&1; then
eval "$(direnv hook zsh)"
fi
Expand Down

0 comments on commit d16f715

Please sign in to comment.