(starship): Add kubernetes info to starship.

This commit is contained in:
rocky 2024-11-17 19:09:03 +00:00
parent c5a7eeba5d
commit 6b3e07fe10

View File

@ -13,6 +13,7 @@ $golang\
$gradle\
$php\
$java\
$kubernetes\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
@ -89,6 +90,11 @@ format = '[[ $symbol($version)](fg:#769ff0 bg:#212736)]($style)'
style = "fg:#769ff0 bg:#212736"
format = '[[ $symbol($version)](fg:#769ff0 bg:#212736)]($style)'
[kubernetes]
style = "fg:#769ff0 bg:#212736"
format = '[[ $symbol $context \($namespace\)](fg:#769ff0 bg:#212736)]($style)'
disabled = false
[custom.category]
command = 'echo "[{{ .bash.prompt.category }}]"'
when = true