feat: rm newline from starship prompt

This commit is contained in:
Mohammad Rafiq 2025-03-14 13:44:18 +08:00
parent 0074d96e89
commit 2d15f081af

View file

@ -3,6 +3,7 @@
programs.starship = {
enable = true;
settings = {
add_newline = false;
format = "$character";
right_format = "$all";
};