From 943f46c37333217418f2a4c2fd23f4d67bef01a6 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Mon, 18 Aug 2003 07:38:20 +0000 Subject: [PATCH] - add an FAQ about zsh --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index 1b0444a4..1821111b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Id: README,v 1.19 2003/08/03 18:45:59 ianmacd Exp $ +$Id: README,v 1.20 2003/08/18 09:38:20 ianmacd Exp $ INSTALLATION @@ -253,6 +253,14 @@ A. If you're a registered Freshmeat user, you can subscribe to new release http://freshmeat.net/subscribe/19041/ +Q. Is bash the be-all-and-end-all of completion as far as shells go? + +A. Absolutely not. zsh has an extremely sophisticated completion system + that offers many features absent from the bash implementation. More + information can be found at: + + http://www.zsh.org/ + CONTRIBUTING ------------