Updated fnm init script
This commit is contained in:
parent
5dc9296822
commit
6ccfb0f295
1 changed files with 2 additions and 3 deletions
|
@ -30,9 +30,8 @@ export HISTSIZE=
|
||||||
|
|
||||||
# fnm
|
# fnm
|
||||||
FNM_PATH="$HOME/.local/share/fnm"
|
FNM_PATH="$HOME/.local/share/fnm"
|
||||||
if [ -f "$FNM_PATH" ]; then
|
if test -d "$FNM_PATH" ; then
|
||||||
export PATH="$FNM_PATH:$PATH"
|
eval "$(fnm env --use-on-cd)"
|
||||||
eval "`fnm env`"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in a new issue