summaryrefslogtreecommitdiff
path: root/cmd/install/bash.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-05-13cmd/install: add support for zshEyal Posener
Fixes: #9
2017-05-08Install fixupsEyal Posener
- remove root installation - install according to shell type Closes #7