summaryrefslogtreecommitdiff
path: root/cmd/install/zsh.go
AgeCommit message (Collapse)Author
2019-11-18V2Eyal Posener
2019-06-28Add IsInstalled API to installer interfaceAnis Elleuch
`IsInstalled(cmd, bin string) bool` will help tools using this library to show a prompt to users asking if they would like to have completion enabled.
2017-08-29Use nospace option for zshSeth Vargo
2017-05-13cmd/install: add support for zshEyal Posener
Fixes: #9