From 3382c4b165a962c2e752d94d2ed8ea4cf1e33f9a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 27 Mar 2025 16:59:41 -0400 Subject: [PATCH] feat: Adds gpg-agent ssh_auth_sock export to zshrc --- sketchybar/plugins/clock.sh | 3 +-- zsh/config/.zshrc | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sketchybar/plugins/clock.sh b/sketchybar/plugins/clock.sh index 6cc739b..d5830f2 100755 --- a/sketchybar/plugins/clock.sh +++ b/sketchybar/plugins/clock.sh @@ -4,5 +4,4 @@ # the item invoking this script: # https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting -sketchybar --set "$NAME" label="$(date '+%d/%m %H:%M')" - +sketchybar --set "$NAME" label="$(date '+%m/%d %H:%M')" diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index fc2ac1d..80eb20e 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -230,4 +230,8 @@ esac fpath=(/Users/michael/.docker/completions $fpath) autoload -Uz compinit compinit + # End of Docker CLI completions +gpgconf --launch gpg-agent +export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh +