diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-06 18:40:12 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-04-06 19:08:04 +0200 |
commit | ea964b46248efc38d22368aecedd64a2b2c1e4ff (patch) | |
tree | 2f87fd906f70a9c8a2e2e7c17793d9d63867e188 | |
parent | f7a1803ff25ed53ff6191871881bd9182ca54cc5 (diff) |
starship: minor prompt cleanup
-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 3003c9d..be844b1 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) " |