From 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 30 Dec 2025 01:17:10 +0900 Subject: QoL small changes --- public/.bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/.bashrc') diff --git a/public/.bashrc b/public/.bashrc index bfc3a43..f8bbbdf 100644 --- a/public/.bashrc +++ b/public/.bashrc @@ -13,7 +13,10 @@ export TERMINAL=st export EDITOR=nvim export VISUAL=nvim -export TERM=xterm-256color # Required for AWS VPS work good when SSHing +#export TERM=xterm-256color # Required for AWS VPS work good when SSHing + # but causes issues with linux tty (before X11) + # ssh into AWS setting it to something else, + # but leave the default value alone. # https://wiki.archlinux.org/title/GnuPG#Configure_pinentry_to_use_the_correct_TTY export GPG_TTY=$(tty) -- cgit v1.2.3