bashrc: set GPG_TTY

This commit is contained in:
Andrea Rogers 2026-02-16 20:09:19 -06:00
commit 8c66fb2520
No known key found for this signature in database

View file

@ -7,6 +7,9 @@ done
HISTSIZE=10000
HISTFILESIZE=900000
GPG_TTY=$(tty)
export GPG_TTY
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty*|tmux-256color|linux)
PS1='\[\033]2;\h:\W \u\007\]\h:\[\033[38;5;219m\]\W\[\033[00m\] \[\033[01;35m\]\u\[\033[00m\]\$ '