From 82a8d694327b8d9065edb921a7e6a16786a5ee35 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 22 Mar 2024 00:15:33 +0900 Subject: 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) --- docs/pt-BR/config/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'docs/pt-BR/config') 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 = "🪟 " ``` -- cgit v1.2.3