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 = {
|
settings = {
|
||||||
complete_from_path = true;
|
complete_from_path = true;
|
||||||
ctrlc_exit = true;
|
ctrlc_exit = true;
|
||||||
startup = [
|
prompt = "STARSHIP_SHELL= starship prompt";
|
||||||
"mkdir ~/.cache/starship"
|
|
||||||
"starship init nu | save ~/.cache/starship/init.nu"
|
|
||||||
"source ~/.cache/starship/init.nu"
|
|
||||||
];
|
|
||||||
prompt = "starship_prompt";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue