updates
This commit is contained in:
parent
294b05e63a
commit
ea298a0a51
@ -1 +1 @@
|
|||||||
Subproject commit 365476e0f06bdf0de2b33248bc194addf84fa2bc
|
Subproject commit a659d78bbc44c6e36003c7387242757d341f82d1
|
@ -47,12 +47,12 @@
|
|||||||
local white='7'
|
local white='7'
|
||||||
|
|
||||||
# Show prompt segment "kubecontext" only when the command you are typing invokes one of these tools.
|
# Show prompt segment "kubecontext" only when the command you are typing invokes one of these tools.
|
||||||
typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens'
|
#typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens'
|
||||||
|
|
||||||
# Left prompt segments.
|
# Left prompt segments.
|
||||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||||
# context # user@host
|
# context # user@host
|
||||||
kubecontext # context/namespace
|
#kubecontext # context/namespace
|
||||||
dir # current directory
|
dir # current directory
|
||||||
vcs # git status
|
vcs # git status
|
||||||
# command_execution_time # previous command duration
|
# command_execution_time # previous command duration
|
||||||
|
Loading…
Reference in New Issue
Block a user