summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-08-18 12:54:18 +0200
committerOliver Kiddle <opk@zsh.org>2017-08-18 12:54:18 +0200
commitba6538637ee5306790ebcfabe3261bcf37d73aef (patch)
treebbfce6715f8dd5c8827a595c9da0d8516c53a6bd
parentusers/22834: fix irritating bug in file glob for Linux kernel modules (diff)
downloadzsh-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--ChangeLog5
-rw-r--r--Completion/Unix/Command/_chsh97
2 files changed, 67 insertions, 35 deletions
diff --git a/ChangeLog b/ChangeLog
index 7908863c1..e1a525c3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 @@