zsh:p10k: Disable time on right side

This commit is contained in:
2020-09-23 02:44:01 +02:00
parent 04ea8e9a89
commit a285fe2a1c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# last prompt line gets hidden if it would overlap with left prompt.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
+ time # current time
+ # time # current time
+ # =========================[ Line #2 ]=========================
+ newline
status # exit code of the last command

View File

@@ -45,7 +45,7 @@
# last prompt line gets hidden if it would overlap with left prompt.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
time # current time
# time # current time
# =========================[ Line #2 ]=========================
newline
status # exit code of the last command