From f9beb6985322cf1a1697ca53c3a61a8621ef3567 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 26 Dec 2021 11:55:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BF=D1=80=D0=B5=D1=82=20=D0=B0?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=B8=D1=87=D0=B5=D1=81?= =?UTF-8?q?=D0=BA=D0=BE=D0=B9=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BF=D0=BE=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 48-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/48-plugins.zsh b/48-plugins.zsh index e52e513..46450f9 100644 --- a/48-plugins.zsh +++ b/48-plugins.zsh @@ -37,7 +37,7 @@ if command -v git > /dev/null 2>&1; then GIT_AUTO_FETCH_INTERVAL=3600 zcomet load ohmyzsh plugins/git zcomet load ohmyzsh plugins/gitfast - zcomet load ohmyzsh plugins/git-auto-fetch + [ -z "$SSH_CONNECTION" ] && zcomet load ohmyzsh plugins/git-auto-fetch zcomet load ohmyzsh plugins/git-extras zcomet load ohmyzsh plugins/github zcomet load paulirish/git-open