diff options
-rw-r--r-- | .zshenv | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ typeset -U PATH path path=("$HOME/.local/bin" "$path[@]") export PATH +# fnm +export PATH=/home/gogo/.fnm:$PATH +eval "`fnm env`" + export EDITOR=/usr/bin/nvim export PAGER="/usr/bin/nvim -u NORC +Man!" export MANPAGER="/usr/bin/nvim -u NORC +Man!" |