mirror of
https://github.com/iridakos/goto.git
synced 2025-05-15 23:10:35 -07:00
Simple bash-completion colored tab
This commit is contained in:
parent
8488a8b0d8
commit
5ca27e80e1
@ -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)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user