starship symbols

This commit is contained in:
William 2025-10-15 21:37:53 -03:00
parent d8661561ef
commit 9d28046747
2 changed files with 6 additions and 1 deletions

View file

@ -28,6 +28,11 @@
}; };
}; };
ghostty = {
enable = true;
enableFishIntegration = true;
enableBashIntegration = true;
};
password-store = { password-store = {
enable = true; enable = true;
package = pkgs.pass-wayland; package = pkgs.pass-wayland;

View file

@ -25,7 +25,7 @@
min_time = 500; min_time = 500;
}; };
git_branch = { git_branch = {
symbol = " "; symbol = " ";
style = "purple"; style = "purple";
}; };
git_status.style = "red"; git_status.style = "red";