diff options
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) |
