zsh:p10k: Disable time on right side
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# last prompt line gets hidden if it would overlap with left prompt.
|
# last prompt line gets hidden if it would overlap with left prompt.
|
||||||
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||||||
# =========================[ Line #1 ]=========================
|
# =========================[ Line #1 ]=========================
|
||||||
+ time # current time
|
+ # time # current time
|
||||||
+ # =========================[ Line #2 ]=========================
|
+ # =========================[ Line #2 ]=========================
|
||||||
+ newline
|
+ newline
|
||||||
status # exit code of the last command
|
status # exit code of the last command
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
# last prompt line gets hidden if it would overlap with left prompt.
|
# last prompt line gets hidden if it would overlap with left prompt.
|
||||||
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
|
||||||
# =========================[ Line #1 ]=========================
|
# =========================[ Line #1 ]=========================
|
||||||
time # current time
|
# time # current time
|
||||||
# =========================[ Line #2 ]=========================
|
# =========================[ Line #2 ]=========================
|
||||||
newline
|
newline
|
||||||
status # exit code of the last command
|
status # exit code of the last command
|
||||||
|
|||||||
Reference in New Issue
Block a user