Merge pull request #48 from robertpro/patch-1

Simple bash-completion colored `tab`
This commit is contained in:
Lazarus Lazaridis 2019-03-15 13:53:20 +02:00 committed by GitHub
commit d871f2529f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,12 @@ A formula named `goto` is available for the bash shell in macOS.
brew install goto
```
### Add colored <tab> output
```bash
echo -e "\$include /etc/inputrc\nset colored-completion-prefix on" >> ~/.inputrc
```
**Note:**
- you need to restart your shell after installation
- you need to have the bash completion feature enabled for bash in macOS (see this [issue](https://github.com/iridakos/goto/issues/36)):