This commit is contained in:
2026-02-15 21:24:50 +00:00
parent 0cfa0e8d9f
commit 70dd3cd2f9
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ export EDITOR=vim
export FZF_COMPLETION_TRIGGER='*' export FZF_COMPLETION_TRIGGER='*'
eval "$(fzf --bash)" eval "$(fzf --bash)"
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
PS0+='\e]133;C\e\\' PS0+='\e]133;C\e\\'
command_done() { command_done() {
printf '\e]133;D\e\\' printf '\e]133;D\e\\'

View File

@@ -3,5 +3,3 @@ unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi fi
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null