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:
Harald Hoyer 2025-01-20 13:46:05 +01:00
parent 971eeac080
commit e8243a159d

View file

@ -27,6 +27,8 @@ in
programs.starship = {
enable = true;
settings = {
shell.disabled = false;
shell.fish_indicator = "🐟";
container.format = "[\\[$name\\]]($style) ";
git_status = {
ahead = "\${count}";