shells/nushell: remove redundant/broken starship init
This commit is contained in:
parent
2862624e96
commit
738e384f23
1 changed files with 0 additions and 7 deletions
|
@ -1,12 +1,5 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configFile.text = ''
|
|
||||||
source ~/.cache/starship/init.nu
|
|
||||||
'';
|
|
||||||
envFile.text = ''
|
|
||||||
mkdir ~/.cache/starship
|
|
||||||
starship init nu | save ~/.cache/starship/init.nu
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue