about summary refs log tree commit diff
path: root/Completion/Unix/Command/_paste
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-01-03 06:24:24 -0600
committerOliver Kiddle <opk@zsh.org>2018-01-03 17:27:23 +0100
commitd81bfa014157315423755b0cdeba15e2d42383fc (patch)
treee1bc66cd11f7f7ef354e04dac3bea87127ba41c6 /Completion/Unix/Command/_paste
parentdd824080cacd64289281ae6088732d6b63942728 (diff)
downloadzsh-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/_paste')
-rw-r--r--Completion/Unix/Command/_paste2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_paste b/Completion/Unix/Command/_paste
index 6efe8eacb..d9598bfef 100644
--- a/Completion/Unix/Command/_paste
+++ b/Completion/Unix/Command/_paste
@@ -1,4 +1,4 @@
-#compdef paste
+#compdef paste gpaste
 
 local -a args
 local dopt='[specify delimiter list]:delimiter list [tab]'