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:
parent
d54c1c5808
commit
f193abb184
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||||
|
|
Loading…
Add table
Reference in a new issue