From b7fc5ea53f6ee013dfab15c6351329b76261f0d5 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 10 Mar 2025 04:15:29 +0900 Subject: [PATCH] New translations readme.md (Chinese Traditional) --- docs/zh-TW/config/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/zh-TW/config/README.md b/docs/zh-TW/config/README.md index 56ae94300..be5ca3edb 100644 --- a/docs/zh-TW/config/README.md +++ b/docs/zh-TW/config/README.md @@ -630,15 +630,6 @@ The `bun` module shows the currently installed version of the [bun](https://bun. format = 'via [πŸ” $version](bold green) ' ``` -#### Replace Node.js - -You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime: - -```toml -[nodejs] -detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb'] -``` - ## C The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file. @@ -3007,6 +2998,8 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n - The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension - The current directory contains a file with the `.ts`, `.mts` or `.cts` extension +Additionally, the module will be hidden by default if the directory contains a `bunfig.toml`, `bun.lock`, or `bun.lockb` file, overriding the above conditions. + ### 選項 | 選項 | 預設 | θͺͺ明 | @@ -3234,6 +3227,7 @@ Amazon = "πŸ™‚ " Android = "πŸ€– " Arch = "πŸŽ—οΈ " Artix = "πŸŽ—οΈ " +Bluefin = "🐟 " CachyOS = "πŸŽ—οΈ " CentOS = "πŸ’  " Debian = "πŸŒ€ "