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