1
0

remove TERM fixup :)

This commit is contained in:
Konstantin Demin 2021-04-07 18:01:39 +03:00
parent a312de64e1
commit 5394f208b6
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6
2 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,6 @@
#!/bin/zsh
function {
[ "${ZSHU_RUN[nested]}" = 1 ] || return
local -a a
local x
for i ( ${ZSHU_PARENTS_PID} ) ; do
@ -12,7 +10,4 @@ function {
a+=( "$x" )
done
export ORIG_TERM="${a[-1]}"
echo "${TERM}" | grep -Fq "${ORIG_TERM}" && return
export TERM="${TERM}.${ORIG_TERM}"
}

View File

@ -1,4 +1,6 @@
startup_message off
term screen-256color-s
bce off
defutf8 on
utf8 on on
defscrollback 262144