diff options
author | listout <listout@protonmail.com> | 2021-04-13 00:13:26 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-13 00:13:26 +0530 |
commit | 63f9b193d8c6df722dc48e750ff8cc7c8bfb7992 (patch) | |
tree | 0f835be52a9857ba94df079dd1879e380ff6b7e0 /.zshenv | |
parent | 4a7a14f9d035c4b238697b3b34e880878686331d (diff) |
added fnm and added fnm to path
Diffstat (limited to '.zshenv')
-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!" |