From 5b466f5203b079898a92388ac8848d27c9dd19fd Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 7 Dec 2021 13:19:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D1=8F=D0=BC=D0=B0=D1=8F=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B0=20grc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 35-options.zsh | 3 +++ 48-plugins.zsh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/35-options.zsh b/35-options.zsh index 8bb09b6..796d0f0 100644 --- a/35-options.zsh +++ b/35-options.zsh @@ -21,3 +21,6 @@ fi autoload -Uz url-quote-magic zle -N self-insert url-quote-magic +# Подсветка вывода основных команд +[[ -r /etc/grc.zsh ]] && source /etc/grc.zsh + diff --git a/48-plugins.zsh b/48-plugins.zsh index 1a838b5..99a6e48 100644 --- a/48-plugins.zsh +++ b/48-plugins.zsh @@ -42,9 +42,6 @@ if command -v git > /dev/null 2>&1; then zcomet load ohmyzsh plugins/github zcomet load paulirish/git-open fi -if command -v grc > /dev/null 2>&1; then - zcomet load ohmyzsh plugins/grc -fi if command -v psql > /dev/null 2>&1; then zcomet load ohmyzsh plugins/postgres fi