From 18373ae653bbffb97d7e594212468865dad13ce7 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 1 Feb 2024 09:54:39 -0700 Subject: [PATCH] Fix SSH input errors --- bash/env_exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/env_exports b/bash/env_exports index 7a2452c78..aae42aea8 100644 --- a/bash/env_exports +++ b/bash/env_exports @@ -27,7 +27,7 @@ export LC_CTYPE="C.UTF-8" export LANGUAGE="en_US:en" # Terminal type -export TERM="alacritty" +export TERM="xterm" # Necessary for proper line reversing in SSH connection # This is an attempt to get tofi to run `TERMINAL=true` .desktop applications in alacritty export TERMINAL="alacritty --config-file ${HOME}/.dotfiles/alacritty/host.toml -e"