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"; }; }; }