1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

don't override $TERM when starting bash

This commit is contained in:
Connor Olding 2024-07-12 01:31:40 -07:00
parent d54c1c5808
commit f193abb184

View file

@ -11,7 +11,7 @@ shopt -s checkwinsize
set -o hashall # enable hash command set -o hashall # enable hash command
set +o histexpand # disable expansion of ! characters 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_() { _temporary_scope_() {
local t="${TERM%%-*}" title= local t="${TERM%%-*}" title=