From ea298a0a5167e384c06c386b48ec19cdef4a0083 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 13 Mar 2023 21:53:08 -0700 Subject: [PATCH] updates --- .config/nvim | 2 +- .config/zsh/.p10k.zsh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim b/.config/nvim index 365476e..a659d78 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 365476e0f06bdf0de2b33248bc194addf84fa2bc +Subproject commit a659d78bbc44c6e36003c7387242757d341f82d1 diff --git a/.config/zsh/.p10k.zsh b/.config/zsh/.p10k.zsh index fd986f3..f3f6c7c 100644 --- a/.config/zsh/.p10k.zsh +++ b/.config/zsh/.p10k.zsh @@ -47,12 +47,12 @@ local white='7' # 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. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # context # user@host - kubecontext # context/namespace + #kubecontext # context/namespace dir # current directory vcs # git status # command_execution_time # previous command duration