diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 16:21:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 16:21:10 +0530 |
commit | 29c76ff654f9099f3a3e3ad2f0919ad0ee3bfd7b (patch) | |
tree | 0a1b672e6d320444ca3e427f1511603a9c285104 /.config | |
parent | aab0ab45f5b9eef4cb7c0b043ac52e1ca788f3a5 (diff) |
removed space before starship prompt
Diffstat (limited to '.config')
-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 |