Bash: export GPG_TTY to show commit signing prompt
This commit is contained in:
parent
1eedf4a4f1
commit
50ea11f79a
@ -5,6 +5,7 @@ umask 007
|
||||
|
||||
export EDITOR='vim'
|
||||
export VISUAL='vim'
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# cool colored command prompt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user