mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds gpg-agent ssh_auth_sock export to zshrc
This commit is contained in:
@@ -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')"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user