Compare commits

..

No commits in common. "5b466f5203b079898a92388ac8848d27c9dd19fd" and "93e084e94fe43b59dd4d5fea59d444382d075dd8" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -21,6 +21,3 @@ 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,6 +42,9 @@ 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

View File

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