add bitwarden auth

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

dot_config/zsh/private_dot_zshrc.tmpl 🔗

@@ -141,6 +141,9 @@ export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
 export WOODPECKER_SERVER="{{- secret "lookup" "Title" "bus-woodpecker-server" -}}"
 export WOODPECKER_TOKEN="{{- secret "lookup" "Title" "bus-woodpecker-token" -}}"
 
+# Authenticate to Bitwarden
+export BW_SESSION="{{- secret "lookup" "Title" "bw-session" -}}"
+
 #HYPHEN_INSENSITIVE="true"
 # Uncomment the following line if pasting URLs and other text is messed up.
 # DISABLE_MAGIC_FUNCTIONS=true