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 +