diff options
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_findmnt | 14 | ||||
| -rw-r--r-- | Completion/Linux/Command/_free | 1 | ||||
| -rw-r--r-- | Completion/Linux/Command/_losetup | 3 | ||||
| -rw-r--r-- | Completion/Linux/Command/_lsblk | 7 | ||||
| -rw-r--r-- | Completion/Linux/Command/_pidof | 1 | ||||
| -rw-r--r-- | Completion/Linux/Command/_slabtop | 2 | ||||
| -rw-r--r-- | Completion/Linux/Command/_wipefs | 3 |
7 files changed, 23 insertions, 8 deletions
diff --git a/Completion/Linux/Command/_findmnt b/Completion/Linux/Command/_findmnt index b29372c39..6155d4dc1 100644 --- a/Completion/Linux/Command/_findmnt +++ b/Completion/Linux/Command/_findmnt @@ -8,6 +8,7 @@ # local curcontext=$curcontext state state_descr line ret=1 typeset -A opt_args +local -a suf dedup _arguments -s -C \ '(H -A --all)'{-A,--all}'[print all filesystems]' \ @@ -45,6 +46,7 @@ _arguments -s -C \ '(H)2:: :- |
