diff --git a/.bash_profile b/.bash_profile index dec89a3..580282c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -15,7 +15,7 @@ hash lesspipe >/dev/null 2>&1 && eval "$(SHELL=/bin/sh lesspipe)" # Platform specific set up. PLATFORM="$(uname -s)" if [[ "$PLATFORM" = "Linux" ]]; then - export GPG_TTY="$(tty)" + export GPG_TTY="$(tty)" && gpg-connect-agent updatestartuptty /bye >/dev/null export I_WANT_A_BROKEN_PS=1 export LYNX_CFG="$HOME/.lynx.cfg" export LYNX_LSS="$HOME/.lynx.lss"