Skip to content

Commit

Permalink
Use nospace option for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Aug 29, 2017
1 parent 2100d1b commit 0c51757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install/zsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 0c51757

Please sign in to comment.