From f193abb18420cf92da52a308275336a565781424 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 12 Jul 2024 01:31:40 -0700 Subject: [PATCH] don't override `$TERM` when starting bash --- home/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bashrc b/home/bashrc index 5a725bb..de701c0 100644 --- a/home/bashrc +++ b/home/bashrc @@ -11,7 +11,7 @@ shopt -s checkwinsize set -o hashall # enable hash command set +o histexpand # disable expansion of ! characters -[ "$TERM" != rxvt-unicode-256color ] || export TERM=xterm-256color +#[ "$TERM" != rxvt-unicode-256color ] || export TERM=xterm-256color _temporary_scope_() { local t="${TERM%%-*}" title=