mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Add support for the ion shell (#704)
This commit is contained in:
committed by
Matan Kushner
parent
835ecc3ae6
commit
93701b26b3
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user