Browse Source

bash: fix TERM value

master
Maxim Likhachev 3 years ago
parent
commit
a893e7ed77
  1. 2
      etc/shell/bash/aliases
  2. 4
      etc/shell/bash/bashrc

2
etc/shell/bash/aliases

@ -272,7 +272,7 @@ function vifm() { #noindex
fi fi
# "command" prevents recursive call # "command" prevents recursive call
TERM=xterm-256color command vifm . command vifm .
if [ -f ~/.config/.vifm/lastdir ]; then if [ -f ~/.config/.vifm/lastdir ]; then
cd "`cat ~/.config/.vifm/lastdir`" cd "`cat ~/.config/.vifm/lastdir`"
fi fi

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/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 SDCV_PAGER=less
# export TERM=xterm # export TERM=xterm
export TERM=xterm-256color # export TERM=xterm-256color
export GUILE_HISTORY="$SHELLRC/var/shell/guile.history" #История guile export GUILE_HISTORY="$SHELLRC/var/shell/guile.history" #История guile
export GUILE_AUTO_COMPILE=0 #Запрет на автокомпиляцию export GUILE_AUTO_COMPILE=0 #Запрет на автокомпиляцию

Loading…
Cancel
Save