summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pt-BR/README.md')
-rw-r--r--docs/pt-BR/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/pt-BR/README.md b/docs/pt-BR/README.md
index 24226b348..6714e8244 100644
--- a/docs/pt-BR/README.md
+++ b/docs/pt-BR/README.md
@@ -110,3 +110,16 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam
eval $(starship init ion)
```
+
+ #### Elvish
+
+ ::: warning Only elvish v0.15 or higher is supported. :::
+
+ Add the following to the end of `~/.elvish/rc.elv`:
+
+ ```sh
+ # ~/.elvish/rc.elv
+
+ eval (starship init elvish)
+ ```
+