Fix SSH input errors

This commit is contained in:
John Mertz 2024-02-01 09:54:39 -07:00
parent 0ac42801c9
commit 18373ae653
1 changed files with 1 additions and 1 deletions

View File

@ -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"