diff options
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_pbm | 774 |
1 files changed, 774 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_pbm b/Completion/Unix/Command/_pbm new file mode 100644 index 000000000..7980fc2b7 --- /dev/null +++ b/Completion/Unix/Command/_pbm @@ -0,0 +1,774 @@ +#compdef -P (p[bgpn]m*|*top[bgpn]m) + +# Completion for all (or most, you'll never know) pbmplus commands. +# For some of them there are special cases in the biggish `case' below. +# Note that since this function is a post-pattern function, these +# defaults can be overridden by simply defining completion functions |
