Merge pull request #50 from sethvargo/sethvargo/nospace
Use nospace option for zsh
This commit is contained in:
commit
9f41f7636a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue