diff options
| author | Oliver Kiddle <opk@zsh.org> | 2017-08-18 12:54:18 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2017-08-18 12:54:18 +0200 |
| commit | ba6538637ee5306790ebcfabe3261bcf37d73aef (patch) | |
| tree | bbfce6715f8dd5c8827a595c9da0d8516c53a6bd | |
| parent | users/22834: fix irritating bug in file glob for Linux kernel modules (diff) | |
| download | zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar.gz zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar.bz2 zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar.lz zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar.xz zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.tar.zst zsh-ba6538637ee5306790ebcfabe3261bcf37d73aef.zip | |
41560: cleanup chsh completion for different platforms
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Completion/Unix/Command/_chsh | 97 |
2 files changed, 67 insertions, 35 deletions
@@ -1,3 +1,8 @@ +2017-08-18 Oliver Kiddle <opk@zsh.org> + + * 41560: Completion/Unix/Command/_chsh: cleanup chsh completion + for different platforms + 2017-08-16 Oliver Kiddle <opk@zsh.org> * Tomasz Pala: users/22834: Completion/Linux/Command/_modutils: diff --git a/Completion/Unix/Command/_chsh b/Completion/Unix/Command/_chsh index 97552e3ac..006aa82a1 100644 --- a/Completion/Unix/Command/_chsh +++ b/Completion/Unix/Command/_chsh @@ -1,40 +1,67 @@ |
