summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-05-05 20:18:26 +0530
committerlistout <listout@protonmail.com>2022-05-05 20:18:26 +0530
commit868ce2f61e78fbf34b6fe1f1f22f43749c182c32 (patch)
treeeba774449eacbd92a1263a4f2a360d7967016386 /.zshenv
parentb67f29d8040d0076eed4b5b63da41b4281ccc882 (diff)
zshenv: Removing manual term name
Causes wierd bug when using vim and other terminal application. Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index b016116..ec29bcb 100644
--- a/.zshenv
+++ b/.zshenv
@@ -11,7 +11,6 @@ export PATH=/home/gogo/.local/bin:$PATH
export npm_config_prefix="$HOME/.local"
#eval "`fnm env`"
-export TERM=xterm-256color
export EDITOR=/usr/bin/nvim
export PAGER="/bin/sh -c \"col -b | nvim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""
export MANPAGER="/bin/sh -c \"col -b | nvim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""