cbsd complations

This commit is contained in:
Denis Zaika 2019-10-02 12:35:39 +03:00
parent d6de60af09
commit 338b1d581f
1 changed files with 12 additions and 8 deletions

View File

@ -40,5 +40,9 @@ echo 'export SCREENDIR=$HOME/.screen' >> ~/.zshrc
git clone https://gitlab.doct.org.ua/zaika/skel.git
ln -s ~/skel/.screenrc ~/
ln -s ~/skel/.tmux.conf ~/
# zsh completions for cbsd
mkdir ~/.oh-my-zsh/completions
ln -sf /usr/local/cbsd/share/autocompletion/zsh/_cbsd ~/.oh-my-zsh/completions/_cbsd
```