Zsh: Fix TERM
This commit is contained in:
parent
46ee3f8206
commit
97a4351f0c
|
@ -7,7 +7,7 @@ export PATH="$PATH:$HOME/.local/bin"
|
|||
&& [[ $(lsb_release -si) != "Debian" ]] \
|
||||
&& [[ $(lsb_release -si) != "Ubuntu" ]] \
|
||||
&& export LANG="en_DK.UTF-8" \
|
||||
|| export LANG="en_US.UTF-8"
|
||||
|| export LANG="en_US.UTF-8" && export TERM="xterm-256color"
|
||||
export PAGER="less"
|
||||
export EDITOR="nano"
|
||||
(( ${+commands[vim]} )) && export EDITOR="vim"
|
||||
|
|
Loading…
Reference in a new issue