cbsd complations
This commit is contained in:
parent
d6de60af09
commit
338b1d581f
|
|
@ -40,5 +40,9 @@ echo 'export SCREENDIR=$HOME/.screen' >> ~/.zshrc
|
||||||
git clone https://gitlab.doct.org.ua/zaika/skel.git
|
git clone https://gitlab.doct.org.ua/zaika/skel.git
|
||||||
ln -s ~/skel/.screenrc ~/
|
ln -s ~/skel/.screenrc ~/
|
||||||
ln -s ~/skel/.tmux.conf ~/
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue