Прямая загрузка grc

This commit is contained in:
Andrei Astafev 2021-12-07 13:19:06 +03:00
parent 38278f06df
commit 5b466f5203
2 changed files with 3 additions and 3 deletions

View File

@ -21,3 +21,6 @@ fi
autoload -Uz url-quote-magic autoload -Uz url-quote-magic
zle -N self-insert url-quote-magic zle -N self-insert url-quote-magic
# Подсветка вывода основных команд
[[ -r /etc/grc.zsh ]] && source /etc/grc.zsh

View File

@ -42,9 +42,6 @@ if command -v git > /dev/null 2>&1; then
zcomet load ohmyzsh plugins/github zcomet load ohmyzsh plugins/github
zcomet load paulirish/git-open zcomet load paulirish/git-open
fi 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 if command -v psql > /dev/null 2>&1; then
zcomet load ohmyzsh plugins/postgres zcomet load ohmyzsh plugins/postgres
fi fi