diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 18:40:12 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-06 18:40:12 +0200 |
commit | a51c6029aa40d9534c726f608774e02e307f29ea (patch) | |
tree | 5d3c183e273002ffea9cb6dd67f47b2766090dc7 /.config/starship.toml | |
parent | 52fca704f72fbaf3c0b8bf04d73be3d3e387c886 (diff) |
starship: minor prompt cleanup
Diffstat (limited to '.config/starship.toml')
-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) " |