Use nospace option for zsh
This commit is contained in:
parent
2100d1b06c
commit
0c517573da
|
@ -35,5 +35,5 @@ func (z zsh) Uninstall(cmd, bin string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (zsh) cmd(cmd, bin string) string {
|
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