update zsh config

This commit is contained in:
2026-07-26 23:36:02 +02:00
parent cdf5c6e541
commit 678cfb76ba
19 changed files with 223 additions and 107 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# $uy_ssh_keys should be set in a device-specific file or left empty for defaults
if [[ "${UY_ENABLE_GPG_AGENT_SSH:-0}" = "1" ]] &&
(( $+commands[gpg-init] )) && (( $+commands[gpgconf] )); then
[[ -x "$HOME/.local/scripts/gpg-init" ]] && (( $+commands[gpgconf] )); then
: # GPG agent handles SSH — nothing to do
elif [[ "${UY_USING_SSH_AGENT:-0}" = "1" ]]; then