From fcf6d8d4a7d7d6a186d6c095ee6b5478360c8a70 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:36:29 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/tips-and-tricks.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md index 129bf6f2ae..1dc211be2f 100644 --- a/docs/tips-and-tricks.md +++ b/docs/tips-and-tricks.md @@ -142,10 +142,10 @@ Get information about what backend a tool is using and other information with `m ```sh ❯ mise tool ripgrep Backend: aqua:BurntSushi/ripgrep -Installed Versions: 14.1.1 -Active Version: 14.1.1 -Requested Version: latest -Config Source: ~/src/mise/mise.toml +Installed Versions: 14.1.1 +Active Version: 14.1.1 +Requested Version: latest +Config Source: ~/src/mise/mise.toml Tool Options: [none] ``` @@ -155,11 +155,11 @@ List the config files mise is reading in a particular directory with `mise cfg`: ```sh ❯ mise cfg -Path Tools -~/.config/mise/config.toml (none) -~/.mise/config.toml (none) -~/src/mise.toml (none) -~/src/mise/.config/mise/conf.d/foo.toml (none) +Path Tools +~/.config/mise/config.toml (none) +~/.mise/config.toml (none) +~/src/mise.toml (none) +~/src/mise/.config/mise/conf.d/foo.toml (none) ~/src/mise/mise.toml actionlint, bun, cargo-binstall, cargo:… ~/src/mise/mise.local.toml (none) ```