summaryrefslogtreecommitdiffstats
path: root/install/install.sh
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 /install/install.sh
parent835ecc3ae6c5d01c6e04d1cc77179e0529e697fc (diff)
feat: Add support for the ion shell (#704)
Diffstat (limited to 'install/install.sh')
-rwxr-xr-xinstall/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/install.sh b/install/install.sh
index b03fcd156..94b87e43f 100755
--- a/install/install.sh
+++ b/install/install.sh
@@ -261,4 +261,9 @@ info "Please follow the steps for your shell to complete the installation:
eval \"\$(starship init zsh)\"
+ ${BOLD}${UNDERLINE}Ion${NO_COLOR}
+ Add the following to the end of ${BOLD}~/.config/ion/initrc${NO_COLOR}:
+
+ eval $(starship init ion)
+
"