about summary refs log tree commit diff
path: root/Completion/Unix/Type/_pids
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-10-21 16:11:09 +0200
committerOliver Kiddle <opk@zsh.org>2014-10-21 16:11:09 +0200
commitaf9f623273eb994d36d3f02ed37bac6edb10c7cb (patch)
treece9fb447962017a39bd067e3bb79921de15e0764 /Completion/Unix/Type/_pids
parente02ff159b3e0254b783e67a9f8225893284aa213 (diff)
downloadzsh-af9f623273eb994d36d3f02ed37bac6edb10c7cb.tar.gz
zsh-af9f623273eb994d36d3f02ed37bac6edb10c7cb.tar.xz
zsh-af9f623273eb994d36d3f02ed37bac6edb10c7cb.zip
33481: resolve completion clashes and tidy-up SUSE/Mandriva related functions
Diffstat (limited to 'Completion/Unix/Type/_pids')
-rw-r--r--Completion/Unix/Type/_pids2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_pids b/Completion/Unix/Type/_pids
index 3c6a76561..cf9000538 100644
--- a/Completion/Unix/Type/_pids
+++ b/Completion/Unix/Type/_pids
@@ -1,4 +1,4 @@
-#compdef pflags pcred pmap pldd psig pstack pfiles pwdx pstop prun pwait ptree
+#compdef pflags pcred pmap pldd psig pstack pfiles pwdx pstop prun pwait
 
 # If given the `-m <pattern>' option, this tries to complete only pids
 # of processes whose command line match the `<pattern>'.