Add “extras” section in README

This commit is contained in:
Rémi Prévost 2011-08-28 09:19:35 -04:00
parent 19b980803a
commit 9efe16d50c

View File

@ -48,6 +48,14 @@ Running `$ teamocil sample` will rename the session to `sample-session` and crea
| | | | | |
'------------------'------------------' '------------------'------------------'
## Extras
### Zsh autocompletion
To get autocompletion when typing `teamocil <Tab>` in a zsh session, add this line to your `~/.zshrc` file:
compctl -g '~/.teamocil/*(:t:r)' teamocil
## Contributors ## Contributors
* Samuel Garneau ([garno](https://github.com/garno)) * Samuel Garneau ([garno](https://github.com/garno))