diff options
-rw-r--r-- | .config/starship.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index e42ae40..383b12d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,6 +1,6 @@ # Don't print a new line at the start of the prompt add_newline = false -format = " $all " +format = "$all " palette = "catppuccin_mocha" line_break.disabled = true |