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_PATH="$HOME/.local/share/fnm"
|
||||
if [ -f "$FNM_PATH" ]; then
|
||||
export PATH="$FNM_PATH:$PATH"
|
||||
eval "`fnm env`"
|
||||
if test -d "$FNM_PATH" ; then
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
fi
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue