diff --git a/modules/home/cli-apps/starship/default.nix b/modules/home/cli-apps/starship/default.nix index a43fd44..5ce6477 100644 --- a/modules/home/cli-apps/starship/default.nix +++ b/modules/home/cli-apps/starship/default.nix @@ -28,7 +28,9 @@ in enable = true; settings = { shell.disabled = false; - shell.fish_indicator = "🐟"; + shell.fish_indicator = ""; + shell.bash_indicator = "󱆃"; + shell.unknown_indicator = ""; container.format = "[\\[$name\\]]($style) "; git_status = { ahead = "⇡\${count}";