From 2b5ea5feb1210ef63605ce7f80e3aca8228917b3 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 15 Mar 2022 01:46:48 +0300 Subject: [PATCH] add GPG_TTY env --- Bash/.bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Bash/.bashrc b/Bash/.bashrc index cde2431..2ed66f5 100644 --- a/Bash/.bashrc +++ b/Bash/.bashrc @@ -5,9 +5,7 @@ source /usr/share/git/completion/git-completion.bash source $HOME/.config/bash-wakatime/bash-wakatime.sh -# PS1 -# ENDCOLOR="\e[m" -# PS1="\e[36m\h${ENDCOLOR} \e[35m\W${ENDCOLOR} \$> " +export GPG_TTY=$(tty) # ALIASES alias ls='ls --color=auto'