feat(starship): show kubernetes context and namespace

This commit is contained in:
2024-02-22 23:56:43 +00:00
parent 1d3d630223
commit 5cde6d16c0

View File

@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# jimeh's Starship Config
# ------------------------------------------------------------------------------
# Version: 0.2.4
# Version: 0.2.5
# URL: https://github.com/jimeh/dotfiles/blob/main/config/starship.toml
# ------------------------------------------------------------------------------
# This is minimalistic Starship (https://starship.rs/) prompt setup with most
@@ -473,7 +473,7 @@ disabled = false
[kubernetes]
symbol = '☸ '
format = '( [$symbol$context(\($namespace\))]($style))'
disabled = true
disabled = false
[meson]
format = '( [$symbol$project]($style))'