fix(gpg): git integration
This commit is contained in:
parent
b80f47edfd
commit
871408f823
1 changed files with 3 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue