diff options
Diffstat (limited to 'Completion/Redhat/Command')
-rw-r--r-- | Completion/Redhat/Command/_service | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Completion/Redhat/Command/_service b/Completion/Redhat/Command/_service index ed3433f05..591bd0184 100644 --- a/Completion/Redhat/Command/_service +++ b/Completion/Redhat/Command/_service @@ -5,10 +5,9 @@ # _sub_command happy # we are interested in init service only -# FIXME: this is commented out because it currently does not work -#local ctx="${curcontext}argument-1:" -#zstyle -T ":completion:${ctx}" tag-order && \ -# zstyle ":completion:${ctx}" tag-order init - +local ctx="${curcontext}argument-1:" +zstyle -T ":completion:${ctx}" tag-order && \ + zstyle ":completion:${ctx}" tag-order init _arguments -s \ |