docs(i18n): New Crowdin updates (#2559)

This commit is contained in:
Matan Kushner
2021-04-08 11:52:32 -04:00
committed by GitHub
parent 8af677c811
commit 7a0046ed58
46 changed files with 986 additions and 985 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam
#### Instalar via Gerenciador de Pacotes
With [Homebrew](https://brew.sh/):
Com o [Homebrew](https://brew.sh/):
```sh
brew install starship
+1 -1
View File
@@ -458,7 +458,7 @@ The `cmake` module shows the currently installed version of CMake. By default th
The `cmd_duration` module shows how long the last command took to execute. The module will be shown only if the command took longer than two seconds, or the `min_time` config value, if it exists.
::: warning Do not hook the DEBUG trap in Bash
::: warning Não utilize o DEBUG-trap no Bash
If you are running Starship in `bash`, do not hook the `DEBUG` trap after running `eval $(starship init $0)`, or this module **will** break.
+1 -1
View File
@@ -92,5 +92,5 @@ If Starship was installed using the `curl | bash` script, the following command
```sh
# Locate and delete the starship binary
bash -c 'rm "$(which starship)"'
sh -c 'rm "$(which starship)"'
```