diff options
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 10dc496..8b87697 100644 --- a/.bash_profile +++ b/.bash_profile @@ -27,6 +27,7 @@ export GPG_TTY=$(tty) unset SSH_AGENT_PID export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export BASH_SILENCE_DEPRECATION_WARNING=1 # Silence new macOS warning about bash +export USE_GKE_GCLOUD_AUTH_PLUGIN=True # Springer Nature export VAULT_ADDR=https://vault.halfpipe.io |
