Add a mechanism that allows to install bash completion scripts to a standard location
Aperta
Cabal: other
priority: low
type: enhancement
- Lingua principale
- Haskell
- Stelle
- 1.7k
- Fork
- 750
- Merge medio
- 4g 3h
- PR unite (30g)
- 28
Descrizione
It would be nice if packages could place bash completion scripts into some standard location, e.g. `~/.cabal/bash_completion.d/`, so that I can source all of them like so:
``` bash
if [ -d ~/.cabal/bash_completion.d/ ]; then
for file in `ls -d ~/.cabal/bash_completion.d/*`; do
. $file
done
fi
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.