Skip to content

Commit

Permalink
Improve the way fnm handles which NodeJS version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
ivosabev committed Sep 27, 2023
1 parent ace1727 commit 2a77cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/.fnm
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# [ ! -f ".node-version" ] && echo "18.16.0" > .node-version
eval "$(fnm env --use-on-cd)"
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
FNM_DIR=$XDG_DATA_HOME/fnm

0 comments on commit 2a77cb5

Please sign in to comment.