From bf2bee47e4782b0595ca74a20af6ca80d179bd04 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 4 Jul 2022 20:49:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D1=82=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA=20zsh=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 65-scripts.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/65-scripts.zsh b/65-scripts.zsh index 7e17610..d654da2 100644 --- a/65-scripts.zsh +++ b/65-scripts.zsh @@ -4,6 +4,7 @@ zu() { if [[ -f "${ZCOMET_DIR}/prompt/powerlevel10k/powerlevel10k.zsh-theme" ]]; then command git -C "${ZCOMET_DIR}/prompt/powerlevel10k" pull fi + exec zsh } ch() {