mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
pure style: move context to the left; upstream: https://github.com/sindresorhus/pure/pull/530
This commit is contained in:
parent
126d0175f0
commit
678733c68f
1 changed files with 1 additions and 1 deletions
|
@ -43,9 +43,9 @@
|
|||
# Left prompt segments.
|
||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||
# =========================[ Line #1 ]=========================
|
||||
context # user@host
|
||||
dir # current directory
|
||||
vcs # git status
|
||||
context # user@host
|
||||
command_execution_time # previous command duration
|
||||
# =========================[ Line #2 ]=========================
|
||||
newline # \n
|
||||
|
|
Loading…
Reference in a new issue