diff options
| author | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
| commit | 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 (patch) | |
| tree | 9d5fca789746ebb9b8a99902b7aa66b0f6bde2c5 /public/.bashrc | |
| parent | d0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (diff) | |
QoL small changes
Diffstat (limited to 'public/.bashrc')
| -rw-r--r-- | public/.bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
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) |
