1
0
Fork 0

zsh: do not export TERM as 'xterm-256color', it breaks neovim

This commit is contained in:
Pratham Patel 2023-05-31 19:12:12 +05:30
parent f7b70a1aa2
commit 35d0cf8ad3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
MACHINE_HOSTNAME=$(cat /etc/hostname)
# export everything first
export TERM="xterm-256color"
#export TERM="xterm-256color"
export TIMEFMT=$'\nJob\t%J\n\nCPU\t%P\nuser\t%U\nsystem\t%S\ntotal\t%E'
export LANG=en_IN.UTF-8