home: starship -> tide
starship lacks asynchronous prompt rendering https://github.com/starship/starship/issues/301 https://github.com/IlanCosman/tide?tab=readme-ov-file#asynchronous-rendering
This commit is contained in:
parent
51f5b854ab
commit
cbe02cc72b
2 changed files with 1 additions and 10 deletions
|
@ -31,6 +31,7 @@
|
||||||
autopair
|
autopair
|
||||||
done
|
done
|
||||||
puffer
|
puffer
|
||||||
|
tide
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
programs.starship = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
"STARSHIP_CONFIG" = "${pkgs.starship}/share/starship/presets/nerd-font-symbols.toml";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue