summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/install/zsh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/install/zsh.go b/cmd/install/zsh.go
index 9ece779..a625f53 100644
--- a/cmd/install/zsh.go
+++ b/cmd/install/zsh.go
@@ -35,5 +35,5 @@ func (z zsh) Uninstall(cmd, bin string) error {
}
func (zsh) cmd(cmd, bin string) string {
- return fmt.Sprintf("complete -C %s %s", bin, cmd)
+ return fmt.Sprintf("complete -o nospace -C %s %s", bin, cmd)
}