0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Marc Cornellà
22bda7799b
fix(kubectx): fix display of k8s contexts without double quotes (#12534)
BREAKING CHANGE: the `kubectx` plugin now properly displays contexts from the
kubectx_mapping array, without using double quotes. Please refer to the plugin
README to see how to use it properly.

Closes #12534

Co-authored-by: Ken Kelly <ken@kenhkelly.us>
2024-08-01 10:00:58 +02:00
lutra
69b0dfeadf
fix(kubectx): k8s contexts with spaces (#12191) 2024-02-02 17:12:36 +01:00
Sam Cook
6396dfb97f
fix(kubectx): don't error on missing k8s context (#10675) 2022-02-10 17:00:45 +01:00
Marc Cornellà
31d63ea884
fix(kubectx): allow prompt sequences in kubectx_mapping (#10562)
Fixes #10562
2022-01-04 11:53:41 +01:00
Marc Cornellà
d87ab251c7
fix(kubectx): quote % in kubectx_prompt_info 2022-01-03 14:03:36 +01:00
Mattias Öhrn
e13ff75f38
fix(kubectx): show plain context if not mapped (#10134) 2021-08-24 19:19:29 +02:00
Stanisław Szydło
5152d381bb
feat(kubectx): adding a new plugin for 'kubectx' (#6114)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
Co-authored-by: Robby Russell <robby@planetargon.com>
2021-06-13 08:23:13 -07:00