From fb79c687dbe00ffe0e4337fd702873d0b19c59a3 Mon Sep 17 00:00:00 2001 From: rsteube Date: Fri, 22 Apr 2022 16:05:09 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2048267d6..ff6a57c86 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ set PATH $PATH (pwd) example _carapace fish | source # nushell [needs fork: https://github.com/rsteube/nushell] -example _carapace nushell | save example.nu ; source example.nu +example _carapace nushell | save example.nu +source example.nu # oil PATH=$PATH:$(pwd)