summaryrefslogtreecommitdiffstats
path: root/docs/ja-JP
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja-JP')
-rw-r--r--docs/ja-JP/config/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md
index 752681194..81c505439 100644
--- a/docs/ja-JP/config/README.md
+++ b/docs/ja-JP/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
`c` ใƒขใ‚ธใƒฅใƒผใƒซใฏใ€ๅˆฉ็”จใ—ใฆใ„ใ‚‹Cใ‚ณใƒณใƒ‘ใ‚คใƒฉใซ้–ขใ™ใ‚‹ใ„ใใคใ‹ใฎๆƒ…ๅ ฑใ‚’่กจ็คบใ—ใพใ™ใ€‚ ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใงใฏใ€ใ‚ซใƒฌใƒณใƒˆใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใซ`.c`ใพใŸใฏ`.h`ใƒ•ใ‚กใ‚คใƒซใŒๅซใพใ‚Œใฆใ„ใ‚‹ๅ ดๅˆใ€ใƒขใ‚ธใƒฅใƒผใƒซใŒ่กจ็คบใ•ใ‚Œใพใ™ใ€‚
@@ -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 = "๐ŸชŸ "
```