From 9efe16d50c75fec8e81f942a5e5b72480a2c3434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sun, 28 Aug 2011 09:19:35 -0400 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cextras=E2=80=9D=20section=20in?= =?UTF-8?q?=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.mkd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.mkd b/README.mkd index 9707269..be49501 100644 --- a/README.mkd +++ b/README.mkd @@ -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 ` in a zsh session, add this line to your `~/.zshrc` file: + + compctl -g '~/.teamocil/*(:t:r)' teamocil + ## Contributors * Samuel Garneau ([garno](https://github.com/garno))