Compare commits

...

2 Commits

Author SHA1 Message Date
5b466f5203 Прямая загрузка grc 2021-12-07 13:19:06 +03:00
38278f06df Документация 2021-12-07 13:18:56 +03:00
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,7 @@
Установка оболочки [`Zsh`](https://www.zsh.org):
```sh
sudo apt-get install git zsh
sudo apt-get install git git-lfs zsh
```
Установка желательных пакетов: