layout p10k
This commit is contained in:
parent
f2c2a64c59
commit
e9fdcd71ce
1 changed files with 4 additions and 4 deletions
|
@ -32,14 +32,14 @@
|
||||||
# The list of segments shown on the left. Fill it with the most important segments.
|
# The list of segments shown on the left. Fill it with the most important segments.
|
||||||
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
|
||||||
# =========================[ Line #1 ]=========================
|
# =========================[ Line #1 ]=========================
|
||||||
#os_icon # os identifier
|
os_icon # os identifier
|
||||||
#context
|
context
|
||||||
dir # current directory
|
dir # current directory
|
||||||
vcs # git status
|
vcs # git status
|
||||||
# =========================[ Line #2 ]=========================
|
# =========================[ Line #2 ]=========================
|
||||||
newline # \n
|
newline # \n
|
||||||
os_icon
|
#os_icon
|
||||||
context
|
#context
|
||||||
prompt_char # prompt symbol
|
prompt_char # prompt symbol
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue