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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
shell.disabled = false;
|
||||
shell.fish_indicator = "🐟";
|
||||
container.format = "[\\[$name\\]]($style) ";
|
||||
git_status = {
|
||||
ahead = "⇡\${count}";
|
||||
|
|
Loading…
Reference in a new issue