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