From 871408f823144500c16660f2d0c341a3731dae6f Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 6 Dec 2023 09:02:03 +0100 Subject: [PATCH] fix(gpg): git integration --- dot_zshrc.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 34c0f51..1cf13b9 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -22,7 +22,7 @@ export PATH="$PATH:$HOME/.local/bin" # export PINENTRY_USER_DATA="USE_CURSES=1" export GPG_TTY="$(tty)" export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -gpgconf --launch gpg-agent +gpg-connect-agent updatestartuptty /bye > /dev/null macchina @@ -71,4 +71,5 @@ for file in $XDG_CONFIG_HOME/zsh/*.zsh; do source "$file" done -source <(starship init zsh --print-full-init) +znap eval starship 'starship init zsh --print-full-init' +znap prompt \ No newline at end of file