From 382445dc4d21d190959f5582fb9b9febe056299a Mon Sep 17 00:00:00 2001 From: David Knaack Date: Thu, 5 May 2022 01:02:39 +0200 Subject: fix(nu): use the most recent starship init (#3908) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index edb9e10c3..bff7ba157 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ eval $(starship init ion)
Nushell -Run the following: +Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): ```sh mkdir ~/.cache/starship @@ -337,11 +337,10 @@ starship init nu | save ~/.cache/starship/init.nu And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`): ```sh -starship init nu | save ~/.cache/starship/init.nu source ~/.cache/starship/init.nu ``` -Note: Only Nushell v0.60+ is supported +Note: Only Nushell v0.61+ is supported
-- cgit v1.2.3