This commit is contained in:
ItsDrike 2024-03-25 23:22:26 +01:00
parent 946248bdae
commit 419c916914
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -6,4 +6,4 @@ if [ -z "$TERM" ]; then
elif ! infocmp "$TERM" &>/dev/null; then
export TERM=xterm
echo "TERM set to xterm due to missing terminfo entry."
end
fi