summaryrefslogtreecommitdiffstats
path: root/docs/pl-PL/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/pl-PL/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/pl-PL/config/README.md')
-rw-r--r--docs/pl-PL/config/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/pl-PL/config/README.md b/docs/pl-PL/config/README.md
index 53200eeed..cd0f65320 100644
--- a/docs/pl-PL/config/README.md
+++ b/docs/pl-PL/config/README.md
@@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
*: This variable can only be used as a part of a style string
-### Example
+### Examples
+
+#### 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 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```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 = "๐ŸชŸ "
```