summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-03-22 00:15:33 +0900
committerGitHub <noreply@github.com>2024-03-22 00:15:33 +0900
commit82a8d694327b8d9065edb921a7e6a16786a5ee35 (patch)
treedcff5711d28d20bea6fc68f9168c4cfcb0a66019 /docs/zh-TW/config/README.md
parenta5108a763822f280785008df38ceb8e90bb9256f (diff)
docs(i18n): new Crowdin updates (#5858)
* New translations readme.md (French) * New translations readme.md (Spanish) * New translations readme.md (Arabic) * New translations readme.md (German) * New translations readme.md (Italian) * New translations readme.md (Japanese) * New translations readme.md (Korean) * New translations readme.md (Dutch) * New translations readme.md (Norwegian) * New translations readme.md (Polish) * New translations readme.md (Portuguese) * New translations readme.md (Russian) * New translations readme.md (Turkish) * New translations readme.md (Ukrainian) * New translations readme.md (Chinese Simplified) * New translations readme.md (Chinese Traditional) * New translations readme.md (Vietnamese) * New translations readme.md (Portuguese, Brazilian) * New translations readme.md (Indonesian) * New translations readme.md (Bengali) * New translations readme.md (Sorani (Kurdish)) * New translations readme.md (German)
Diffstat (limited to 'docs/zh-TW/config/README.md')
-rw-r--r--docs/zh-TW/config/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/zh-TW/config/README.md b/docs/zh-TW/config/README.md
index 95576ec61..babed1747 100644
--- a/docs/zh-TW/config/README.md
+++ b/docs/zh-TW/config/README.md
@@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
### η―„δΎ‹
+#### Customize the format
+
```toml
# ~/.config/starship.toml
@@ -627,6 +629,15 @@ 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:
+
+```
+[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.
@@ -3033,7 +3044,9 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
```toml
# This is the default symbols table.
[os.symbols]
+AIX = "➿ "
Alpaquita = "πŸ”” "
+AlmaLinux = "πŸ’  "
Alpine = "πŸ”οΈ "
Amazon = "πŸ™‚ "
Android = "πŸ€– "
@@ -3050,6 +3063,7 @@ Garuda = "πŸ¦… "
Gentoo = "πŸ—œοΈ "
HardenedBSD = "πŸ›‘οΈ "
Illumos = "🐦 "
+Kali = "πŸ‰ "
Linux = "🐧 "
Mabox = "πŸ“¦ "
Macos = "🍎 "
@@ -3068,11 +3082,14 @@ Pop = "🍭 "
Raspbian = "πŸ“ "
Redhat = "🎩 "
RedHatEnterprise = "🎩 "
+RockyLinux = "πŸ’  "
Redox = "πŸ§ͺ "
Solus = "β›΅ "
SUSE = "🦎 "
Ubuntu = "🎯 "
+Ultramarine = "πŸ”· "
Unknown = "❓ "
+Void = "ξŠ™ "
Windows = "πŸͺŸ "
```