From a7e2a485810bc9576f0b48ed15f45eb7438776a6 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 12 May 2023 23:58:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20$ZDOTDIR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 62-scripts.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/62-scripts.zsh b/62-scripts.zsh index 49c1cd6..25e743c 100644 --- a/62-scripts.zsh +++ b/62-scripts.zsh @@ -3,6 +3,7 @@ # Обновление конфигурации zsh, менеджера zinit и плагинов zu() { + git -C $ZDOTDIR rev-parse 2>/dev/null && git -C $ZDOTDIR pull zinit update --parallel --all exec zsh }