From 93701b26b38b5f9102f150be5344f2e93170d25f Mon Sep 17 00:00:00 2001 From: BuggStream Date: Wed, 11 Dec 2019 21:31:30 +0100 Subject: feat: Add support for the ion shell (#704) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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/). -- cgit v1.2.3