From dfad8728d140cc75ffb32f03dd925a2cce00dd62 Mon Sep 17 00:00:00 2001 From: piecka Date: Tue, 17 Jun 2025 08:28:04 +0200 Subject: [PATCH] wip --- .zshenv | 7 +++++++ 1 file changed, 7 insertions(+) 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"