diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index f2063969325d44a5233be0fd046c5e39b94907d7..661274890bd31512a1e026cde1e08c0324e2b03d 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -122,6 +122,10 @@ CASE_SENSITIVE="false" # Disable dumb Python keyring integration export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring +# Authenticate to Woodpecker CI +export WOODPECKER_SERVER="{{- secret "lookup" "Title" "bus-woodpecker-server" -}}" +export WOODPECKER_TOKEN="{{- secret "lookup" "Title" "bus-woodpecker-token" -}}" + #HYPHEN_INSENSITIVE="true" # Uncomment the following line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS=true @@ -163,6 +167,7 @@ alias roll="roll -v" alias sxiv="sxiv -p" alias c="chezmoi" alias t="tea" +alias w="woodpecker-cli" alias h="hledger" # Blog-related aliases