feat: Add support for the ion shell (#704)

This commit is contained in:
BuggStream
2019-12-11 21:31:30 +01:00
committed by Matan Kushner
parent 835ecc3ae6
commit 93701b26b3
6 changed files with 42 additions and 5 deletions
+10
View File
@@ -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/).