Cosmetic change.

This commit is contained in:
Bartek Stalewski 2021-02-05 00:20:49 +01:00
parent 0db1ba7236
commit 35b2886924

View file

@ -11,21 +11,21 @@
autoload -Uz is-at-least && is-at-least 5.1 || return autoload -Uz is-at-least && is-at-least 5.1 || return
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
# line 1 # line 1
virtualenv virtualenv
aws aws
terraform terraform
kubecontext kubecontext
vcs vcs
background_jobs background_jobs
command_execution_time command_execution_time
status status
newline newline
# line 2 # line 2
vi_mode vi_mode
context context
dir dir
prompt_char prompt_char
) )
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()