diff options
author | listout <listout@protonmail.com> | 2022-05-05 20:18:26 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-05-05 20:18:26 +0530 |
commit | 868ce2f61e78fbf34b6fe1f1f22f43749c182c32 (patch) | |
tree | eba774449eacbd92a1263a4f2a360d7967016386 /.zshenv | |
parent | b67f29d8040d0076eed4b5b63da41b4281ccc882 (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-- | .zshenv | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' -\"" |