summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index a11a449..4d19ce3 100644
--- a/.zshenv
+++ b/.zshenv
@@ -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!"