bashrc: fixed fnm env activation
This commit is contained in:
parent
2684be70f7
commit
9168ee7c6d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ export HISTSIZE=4294967295
|
||||||
# fnm
|
# fnm
|
||||||
FNM_PATH="$HOME/.local/share/fnm"
|
FNM_PATH="$HOME/.local/share/fnm"
|
||||||
if test -d "$FNM_PATH" ; then
|
if test -d "$FNM_PATH" ; then
|
||||||
|
export PATH="$FNM_PATH:$PATH"
|
||||||
eval "$(fnm env --use-on-cd)"
|
eval "$(fnm env --use-on-cd)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue