diff options
author | dana <dana@dana.is> | 2018-01-03 06:24:24 -0600 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2018-01-03 17:27:23 +0100 |
commit | d81bfa014157315423755b0cdeba15e2d42383fc (patch) | |
tree | e1bc66cd11f7f7ef354e04dac3bea87127ba41c6 /Completion/Unix/Command/_tail | |
parent | dd824080cacd64289281ae6088732d6b63942728 (diff) | |
download | zsh-d81bfa014157315423755b0cdeba15e2d42383fc.tar.gz zsh-d81bfa014157315423755b0cdeba15e2d42383fc.tar.xz zsh-d81bfa014157315423755b0cdeba15e2d42383fc.zip |
42207: support g prefixes for GNU variants on systems like macOS+Homebrew
Diffstat (limited to 'Completion/Unix/Command/_tail')
-rw-r--r-- | Completion/Unix/Command/_tail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tail b/Completion/Unix/Command/_tail index 4e6422621..b7001389b 100644 --- a/Completion/Unix/Command/_tail +++ b/Completion/Unix/Command/_tail @@ -1,4 +1,4 @@ -#compdef tail +#compdef tail gtail local curcontext=$curcontext state state_descr line opts args ret=1 typeset -A opt_args |