diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index d51e56e..46b34cb 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -11,19 +11,16 @@ autoload -Uz is-at-least && is-at-least 5.1 || return typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( - # line 1 - # virtualenv # aws # terraform # kubecontext - # vcs - # background_jobs - # command_execution_time # newline - # line 2 - # vi_mode + virtualenv context dir + vcs + background_jobs + command_execution_time prompt_char ) typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( @@ -156,7 +153,7 @@ typeset -g POWERLEVEL9K_VI_MODE_NORMAL_BACKGROUND=1 # other settings - typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=off + typeset -g POWERLEVEL9K_TRANSIENT_PROMPT=always typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true (( ! $+functions[p10k] )) || p10k reload