diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index d260806..2862018 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -31,6 +31,7 @@ export HISTSIZE=4294967295 # fnm FNM_PATH="$HOME/.local/share/fnm" if test -d "$FNM_PATH" ; then + export PATH="$FNM_PATH:$PATH" eval "$(fnm env --use-on-cd)" fi