summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBuggStream <buggstream@tuta.io>2019-12-11 21:31:30 +0100
committerMatan Kushner <hello@matchai.me>2019-12-11 15:31:30 -0500
commit93701b26b38b5f9102f150be5344f2e93170d25f (patch)
tree4176798865d41aa55369b53e301d8be1ba697472 /README.md
parent835ecc3ae6c5d01c6e04d1cc77179e0529e697fc (diff)
feat: Add support for the ion shell (#704)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8560c2e33..77506ea75 100644
--- a/README.md
+++ b/README.md
@@ -192,6 +192,16 @@ The prompt shows information you need while you're working, while staying sleek
Invoke-Expression (&starship init powershell)
```
+ #### Ion
+
+ Add the following to the end of `~/.config/ion/initrc`:
+
+ ```sh
+ # ~/.config/ion/initrc
+
+ eval $(starship init ion)
+ ```
+
## 🔧 Configuration
For details on how to configure Starship, check out our [documentation](https://starship.rs/config/).