mirror of
https://github.com/iridakos/goto.git
synced 2025-05-27 21:00:08 -07:00
Merge pull request #48 from robertpro/patch-1
Simple bash-completion colored `tab`
This commit is contained in:
commit
d871f2529f
@ -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)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user