diff options
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ 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' -\"" |