shells/nushell: fix starship prompt

This commit is contained in:
Infinidoge 2021-11-11 16:22:30 -05:00
parent 6dfd9c639e
commit 326a2b4530

View file

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