mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
comments
This commit is contained in:
parent
568dc8beb4
commit
d8a0dcd95e
1 changed files with 7 additions and 9 deletions
|
@ -11,13 +11,12 @@ fi
|
|||
|
||||
# The list of segments shown on the left. Fill it with the most important segments.
|
||||
typeset -ga POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||
# Line #1
|
||||
dir # current directory
|
||||
vcs # git status
|
||||
|
||||
# Line #2
|
||||
# =========================[ Line #1 ]=========================
|
||||
dir # current directory
|
||||
vcs # git status
|
||||
# =========================[ Line #2 ]=========================
|
||||
newline
|
||||
prompt_char # prompt symbol
|
||||
prompt_char # prompt symbol
|
||||
)
|
||||
|
||||
# The list of segments shown on the right. Fill it with less important segments.
|
||||
|
@ -25,7 +24,7 @@ fi
|
|||
# automatically hidden when the input line reaches it. Right prompt above the
|
||||
# last prompt line gets hidden if it would overlap with left prompt.
|
||||
typeset -ga POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||||
# Line #1
|
||||
# =========================[ Line #1 ]=========================
|
||||
status # exit code of the last command
|
||||
command_execution_time # duration of the last command
|
||||
background_jobs # presence of background jobs
|
||||
|
@ -38,8 +37,7 @@ fi
|
|||
# node_version # node.js version
|
||||
# kubecontext # current kubernetes context (https://kubernetes.io/)
|
||||
context # user@host
|
||||
|
||||
# Line #2
|
||||
# =========================[ Line #2 ]=========================
|
||||
newline
|
||||
# public_ip # public IP address
|
||||
# time # current time
|
||||
|
|
Loading…
Reference in a new issue