diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-05-26 14:48:10 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-05-26 14:48:10 +0200 |
commit | f14d3594049e553de8d61e5fc1d2fa245410a867 (patch) | |
tree | bd95e6180c82b5c7606d3e746d5c687363b4d6e2 | |
parent | 86f1ca9ea21a7e003af3dbe2a9278aebd1fcf9af (diff) | |
download | zsh-f14d3594049e553de8d61e5fc1d2fa245410a867.tar.gz zsh-f14d3594049e553de8d61e5fc1d2fa245410a867.zip |
Mention how to use bash completion with zsh in README.Debian (c.f. #786881)
-rw-r--r-- | debian/README.Debian | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 3051c792e..19ffe78a4 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -12,6 +12,15 @@ folders in MAIL and MAILPATH. -- Clint Adams <schizo@debian.org> +Using bash completion scripts with zsh +-------------------------------------- + +See http://zshwiki.org/home/convert/bash for instructions and example +code on how to use bash completion scripts with zsh. + + -- Axel Beckert <abe@debian.org>, Tue, 26 May 2015 14:46:31 +0200 + + How to use the zsh-dbg package ------------------------------ |