feat(starship): update shell settings configuration
- Enable `shell.disabled` option to ensure shell functionality. - Add `shell.fish_indicator` with a fish emoji for Fish shell users.
This commit is contained in:
parent
971eeac080
commit
e8243a159d
|
@ -27,6 +27,8 @@ in
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
shell.disabled = false;
|
||||||
|
shell.fish_indicator = "🐟";
|
||||||
container.format = "[\\[$name\\]]($style) ";
|
container.format = "[\\[$name\\]]($style) ";
|
||||||
git_status = {
|
git_status = {
|
||||||
ahead = "⇡\${count}";
|
ahead = "⇡\${count}";
|
||||||
|
|
Loading…
Reference in a new issue