starship: removed 'is' from package version text

This commit is contained in:
Valerie Wolfe 2024-02-29 10:41:15 -05:00
parent 3d434d5ac6
commit 46365b98b4

View file

@ -14,8 +14,8 @@ ssh_symbol = ''
[jobs] [jobs]
symbol_threshold = 1 symbol_threshold = 1
number_threshold = 2 number_threshold = 2
symbol = "✦ " symbol = "✦"
format = "[$symbol$number]($style)" format = "[$symbol$number]($style) "
[os] [os]
disabled = true disabled = true
@ -23,6 +23,7 @@ format = "[$symbol]($style) "
[package] [package]
symbol = "" symbol = ""
format = "[$symbol$version]($style) "
[shell] [shell]
disabled = false disabled = false