summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/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/vi-VN/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/vi-VN/config/README.md')
-rw-r--r--docs/vi-VN/config/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/vi-VN/config/README.md b/docs/vi-VN/config/README.md
index 714edc026..1553c81c1 100644
--- a/docs/vi-VN/config/README.md
+++ b/docs/vi-VN/config/README.md
@@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
*: Biến này có thể chỉ được sử dụng như một phần của style string
-### Ví dụ
+### Các ví dụ
+
+#### 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 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
```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 = "🪟 "
```