summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/config
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pt-BR/config')
-rw-r--r--docs/pt-BR/config/README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/pt-BR/config/README.md b/docs/pt-BR/config/README.md
index ad3b7aa7c..d5ef651e5 100644
--- a/docs/pt-BR/config/README.md
+++ b/docs/pt-BR/config/README.md
@@ -618,7 +618,9 @@ O módulo `bun` mostra a versão atualmente instalada do [bun](https://bun.sh) r
*: Esta variável só pode ser usada como parte de uma string de estilo
-### Exemplo
+### Exemplos
+
+#### Customize the format
```toml
# ~/.config/starship.toml
@@ -627,6 +629,15 @@ O módulo `bun` mostra a versão atualmente instalada do [bun](https://bun.sh) r
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
O módulo `c` mostra algumas informações sobre o seu compilador de C. Por padrão o módulo será exibido se o diretório atual contém um arquivo `.c` ou `.h`.
@@ -3033,7 +3044,9 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
```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 = "🪟 "
```