fix(gpg): git integration

This commit is contained in:
Peter 2023-12-06 09:02:03 +01:00
parent b80f47edfd
commit 871408f823
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -22,7 +22,7 @@ export PATH="$PATH:$HOME/.local/bin"
# export PINENTRY_USER_DATA="USE_CURSES=1" # export PINENTRY_USER_DATA="USE_CURSES=1"
export GPG_TTY="$(tty)" export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent gpg-connect-agent updatestartuptty /bye > /dev/null
macchina macchina
@ -71,4 +71,5 @@ for file in $XDG_CONFIG_HOME/zsh/*.zsh; do
source "$file" source "$file"
done done
source <(starship init zsh --print-full-init) znap eval starship 'starship init zsh --print-full-init'
znap prompt