diff --git a/.zshenv b/.zshenv index ae71ac7..3233acd 100644 --- a/.zshenv +++ b/.zshenv @@ -68,6 +68,13 @@ else } fi +# fnm +FNM_PATH="/home/piecka/.local/share/fnm" +if [ -d "$FNM_PATH" ]; then + export PATH="/home/piecka/.local/share/fnm:$PATH" + eval "$(fnm env)" +fi + # ──────────────────────────────────────< fzf plugin >────────────────────────────────────── # [ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] && # export FZF_PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin"