From a893e7ed776faaa399d141ee502a2c782ce53a8f Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 15 Jul 2022 10:12:59 +0300 Subject: [PATCH] bash: fix TERM value --- etc/shell/bash/aliases | 2 +- etc/shell/bash/bashrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 7dd5406..1aa8f0d 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -272,7 +272,7 @@ function vifm() { #noindex fi # "command" prevents recursive call - TERM=xterm-256color command vifm . + command vifm . if [ -f ~/.config/.vifm/lastdir ]; then cd "`cat ~/.config/.vifm/lastdir`" fi diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index db0d584..75e0242 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Изменён: Пт 11 мар 2022 11:49:28 +# Изменён: Ср 22 июн 2022 13:43:39 # ################################################################################ @@ -29,7 +29,7 @@ export SDCV_HISTSIZE=10000 #export SDCV_PAGER=less # export TERM=xterm -export TERM=xterm-256color +# export TERM=xterm-256color export GUILE_HISTORY="$SHELLRC/var/shell/guile.history" #История guile export GUILE_AUTO_COMPILE=0 #Запрет на автокомпиляцию