summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-02-02 12:59:55 +0100
committerGitHub <noreply@github.com>2021-02-02 12:59:55 +0100
commit22dc8b842e721c440aa98035dd2dff30c7fe6497 (patch)
treeb4b15a181a96c75c6448e5f1a3d2ee9f1ae64973 /README.md
parent10d5a7034b006e8eacb1748cd27c020b614ded9f (diff)
feat: add support for elvish shell (#1725)
* feat: add support for elvish shell * improve doc * elvish 0.15 is out * fix example init * update systax for 0.15 stable * udpate second init example too * remove warning from swift module * add warning to status module docs * prefix elvish version with v
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 868beaffe..b04db86f4 100644
--- a/README.md
+++ b/README.md
@@ -224,6 +224,17 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
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)
+ ```
+
## 🤝 Contributing
We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).