about summary refs log tree commit diff
path: root/Completion/Darwin
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin')
-rw-r--r--Completion/Darwin/Command/_pbcopy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Darwin/Command/_pbcopy b/Completion/Darwin/Command/_pbcopy
index fd60f00cc..deffd1160 100644
--- a/Completion/Darwin/Command/_pbcopy
+++ b/Completion/Darwin/Command/_pbcopy
@@ -8,7 +8,7 @@ args=(
   '(-)-help[display help information]'
   '-pboard[specify pasteboard to copy to or paste from]: :->pboards'
 )
-[[ $service == pbpaste ]] & args+=(
+[[ $service == pbpaste ]] && args+=(
   '-Prefer[specify type of data to prefer when pasting]: :->dtypes'
 )