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 #Запрет на автокомпиляцию