summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pt-BR/config/README.md')
-rw-r--r--docs/pt-BR/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pt-BR/config/README.md b/docs/pt-BR/config/README.md
index f2c3a834a..95ad6e5ea 100644
--- a/docs/pt-BR/config/README.md
+++ b/docs/pt-BR/config/README.md
@@ -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.