Cosmetic change.
This commit is contained in:
parent
0db1ba7236
commit
35b2886924
1 changed files with 15 additions and 15 deletions
30
zsh/p10k.zsh
30
zsh/p10k.zsh
|
@ -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=()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue