This commit is contained in:
abs3nt 2023-03-13 21:53:08 -07:00
parent 294b05e63a
commit ea298a0a51
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 365476e0f06bdf0de2b33248bc194addf84fa2bc Subproject commit a659d78bbc44c6e36003c7387242757d341f82d1

View File

@ -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