diff options
-rw-r--r-- | .config/starship.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 02d2969..3ab8148 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,6 +1,9 @@ [line_break] disabled = true +[package] +disabled = true + [character] success_symbol = "[➜](bold green) " error_symbol = "[✗](bold red) " |