1
0
Fork 0

Fix bashrc not having the GPG TTY set

This commit is contained in:
Nexus 2024-07-12 16:36:52 +01:00
parent 52506e88a5
commit f7b27ce79d
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -144,4 +144,5 @@ unset rc
if [ -f "$HOME/.cargo/env" ]; then if [ -f "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
fi fi
GPG_TTY=$(tty)
export GPG_TTY