From a285fe2a1cf1df3c10ffee6777d50930b248f9cc Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Wed, 23 Sep 2020 02:44:01 +0200 Subject: [PATCH] zsh:p10k: Disable time on right side --- .config/zsh/plugins/p10k-custom.diff | 2 +- .config/zsh/plugins/p10k.zsh-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/plugins/p10k-custom.diff b/.config/zsh/plugins/p10k-custom.diff index f6c2fde..b74433e 100644 --- a/.config/zsh/plugins/p10k-custom.diff +++ b/.config/zsh/plugins/p10k-custom.diff @@ -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 diff --git a/.config/zsh/plugins/p10k.zsh-theme b/.config/zsh/plugins/p10k.zsh-theme index 9163791..e5f971d 100644 --- a/.config/zsh/plugins/p10k.zsh-theme +++ b/.config/zsh/plugins/p10k.zsh-theme @@ -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