Simple bash-completion colored tab

This commit is contained in:
José Roberto Meza Cabrera 2019-02-03 17:16:19 -06:00
parent 8488a8b0d8
commit 5ca27e80e1

View File

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