shells/nushell: fix starship prompt
This commit is contained in:
parent
6dfd9c639e
commit
326a2b4530
1 changed files with 1 additions and 6 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue