Fix SSH input errors
This commit is contained in:
parent
0ac42801c9
commit
18373ae653
|
@ -27,7 +27,7 @@ export LC_CTYPE="C.UTF-8"
|
||||||
export LANGUAGE="en_US:en"
|
export LANGUAGE="en_US:en"
|
||||||
|
|
||||||
# Terminal type
|
# 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
|
# 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"
|
export TERMINAL="alacritty --config-file ${HOME}/.dotfiles/alacritty/host.toml -e"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue