From 326a2b45307b4be33c143fd23c726f67342165ce Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 11 Nov 2021 16:22:30 -0500 Subject: [PATCH] shells/nushell: fix starship prompt --- users/profiles/shells/nushell.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/users/profiles/shells/nushell.nix b/users/profiles/shells/nushell.nix index b4fa4fd..1c4b08f 100644 --- a/users/profiles/shells/nushell.nix +++ b/users/profiles/shells/nushell.nix @@ -4,12 +4,7 @@ settings = { complete_from_path = true; ctrlc_exit = true; - startup = [ - "mkdir ~/.cache/starship" - "starship init nu | save ~/.cache/starship/init.nu" - "source ~/.cache/starship/init.nu" - ]; - prompt = "starship_prompt"; + prompt = "STARSHIP_SHELL= starship prompt"; }; }; }