add GPG_TTY env

This commit is contained in:
Alexander Popov 2022-03-15 01:46:48 +03:00
parent 3cd77e2637
commit 2b5ea5feb1
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908

View File

@ -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'