Skip to content

Commit

Permalink
Merge pull request #50 from sethvargo/sethvargo/nospace
Browse files Browse the repository at this point in the history
Use nospace option for zsh
  • Loading branch information
Eyal Posener authored Aug 29, 2017
2 parents 2100d1b + 0c51757 commit 9f41f76
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 9f41f76

Please sign in to comment.