From c00e6d09ef92d5c357af81e1a29141f4d2220a8c Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 4 Jun 2022 06:09:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 65-scripts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/65-scripts.zsh b/65-scripts.zsh index b7e1e0b..7e17610 100644 --- a/65-scripts.zsh +++ b/65-scripts.zsh @@ -1,7 +1,7 @@ # Обновление конфигурации zsh, менджера zcomet и плагинов zu() { git -C ~/.config/zsh pull && zcomet self-update && zcomet update - if [[ ! -f "${ZCOMET_DIR}/prompt/powerlevel10k/powerlevel10k.zsh-theme" ]]; then + if [[ -f "${ZCOMET_DIR}/prompt/powerlevel10k/powerlevel10k.zsh-theme" ]]; then command git -C "${ZCOMET_DIR}/prompt/powerlevel10k" pull fi }