diff options
Diffstat (limited to 'Completion/Unix/Command/_head')
-rw-r--r-- | Completion/Unix/Command/_head | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_head b/Completion/Unix/Command/_head index 75fc1f0a1..1e968cc11 100644 --- a/Completion/Unix/Command/_head +++ b/Completion/Unix/Command/_head @@ -1,4 +1,4 @@ -#compdef head +#compdef head ghead local curcontext=$curcontext state state_descr line expl opts args ret=1 typeset -A opt_args |