From b0cac9e7573ccb5dd70c3b3b1e53a0a7911c2e18 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:32:10 -0600 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index f3d15ba37f..636113abd0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -11,6 +11,11 @@ - `.config/mise/config.toml` - `.config/mise/conf.d/*.toml` - all files in this directory will be loaded in alphabetical order +::: tip +Run [`mise cfg`](/cli/config.html) to figure out what order mise is loading files on your particular setup. This is often +a lot easier than figuring out mise's rules. +::: + Notes: - Paths which start with `mise` can be dotfiles, e.g.: `mise.toml` or `.mise/config.toml`.