Bash: export GPG_TTY to show commit signing prompt

This commit is contained in:
DuckDuckWhale 2022-10-22 00:29:07 -07:00
parent 1eedf4a4f1
commit 50ea11f79a
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -5,6 +5,7 @@ umask 007
export EDITOR='vim' export EDITOR='vim'
export VISUAL='vim' export VISUAL='vim'
export GPG_TTY=$(tty)
# cool colored command prompt # cool colored command prompt