From 9e159a65b281c5948ebd1058c9096971ed3fd2d6 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 27 Mar 2024 21:24:08 +0100 Subject: [PATCH] [bash] minor change --- .bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 18c316e..18c69fb 100644 --- a/.bashrc +++ b/.bashrc @@ -65,9 +65,7 @@ osc7_cwd() { precmd_functions+=(osc7_cwd) # set tty for gpg-agent - -GPG_TTY="$(tty)" -export GPG_TTY +export GPG_TTY="$(tty)" export PINENTRY_USER_DATA="USE_CURSES=1" odr-update-gpg-agent() {