From 419c9169148e03321e04c09380827f80010d67ab Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 25 Mar 2024 23:22:26 +0100 Subject: [PATCH] Fix typo --- home/programs/terminal/shell/zsh/rc/fallback_term.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/terminal/shell/zsh/rc/fallback_term.zsh b/home/programs/terminal/shell/zsh/rc/fallback_term.zsh index 7d2e757..cfd7f43 100644 --- a/home/programs/terminal/shell/zsh/rc/fallback_term.zsh +++ b/home/programs/terminal/shell/zsh/rc/fallback_term.zsh @@ -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