Add bash-completion

This commit is contained in:
2020-04-22 20:12:57 +02:00
parent 5edebd57d9
commit e1b5a89cee
3 changed files with 24 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ handles your haskell packages and can demand that [a specific version](https://c
For man pages to work you need [man-db](http://man-db.nongnu.org/) as your `man` provider, then issue `man ghc`. Manpages only work for the currently set ghc.
`MANPATH` may be required to be unset.
### Bash-completion
Depending on your distro and setup, install `.bash-completion` from this repo
as e.g. `/etc/bash_completion.d/ghcup` and make sure your bashrc sources the
startup script (`/usr/share/bash-completion/bash_completion` on some distros).
## Design goals
1. simplicity