summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorianmacd <>2003-08-18 07:38:20 +0000
committerianmacd <>2003-08-18 07:38:20 +0000
commit943f46c37333217418f2a4c2fd23f4d67bef01a6 (patch)
treec983de5fab980e595af08a713b64c13d5c68ed75 /README
parent3cfa8c8a3668aa1dd884fb9743750a88f42d4dff (diff)
downloadbash-completion-943f46c37333217418f2a4c2fd23f4d67bef01a6.tar.gz
- add an FAQ about zsh
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
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
------------