refactor: change starship prompt

This commit is contained in:
Mohammad Rafiq 2025-03-14 13:35:24 +08:00
parent 466697be14
commit 0539b63e83

View file

@ -2,8 +2,9 @@
# starship is a customisable prompt for any shell
programs.starship = {
enable = true;
enableBashIntegration = true;
settings = {
format = "$character";
right_format = "$all";
};
};
}