Skip to content

Commit

Permalink
add markdown heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed May 25, 2024
1 parent 2e0a1c4 commit 512e8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Configuration

fnm comes with many features out of the box. Some of them are not activated by default as they’re changing your shell default behavior, and some are just a feature flag to avoid breaking changes or just experimental until we decide it is worthwhile to introduce them.

All these features can be configured by adding flags to the `fnm env` call when initializing the shell. For instance, if your shell set up looks like `eval "$(fnm env)"` then you can add a flag to it by changing it to `eval "$(fnm env --my-flag=value)"`
Expand Down

0 comments on commit 512e8e0

Please sign in to comment.