Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

[Enhancement] Updates to kubecontext Segment to include a delimiter #1218

Closed buzzsurfr closed 1 year ago

buzzsurfr commented 5 years ago

[Enhancement] Updates to kubecontext Segment to include a delimiter

Description

In the kubecontext segment, specify a delimiter to use between the context and namespace.

tdmalone commented 5 years ago

Should P9K_KUBECONTEXT_DELIMITER be POWERLEVEL9K_KUBECONTEXT_DELIMITER?

iilonmasc commented 5 years ago

With the recent changes in 0.6.7 and the soon-to-be-merged 0.7.0 the variables will be shortened to P9K_... so P9K_KUBECONTEXT_DELIMITER Should be the way to go

buzzsurfr commented 5 years ago

Tests failed, pushing a new commit to update the tests for CI.