From 5ca27e80e1c664c40bdff836cbdd64d3c56e29eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20Meza=20Cabrera?= Date: Sun, 3 Feb 2019 17:16:19 -0600 Subject: [PATCH] Simple bash-completion colored `tab` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e9f21b..19a2c99 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ A formula named `goto` is available for the bash shell in macOS. brew install goto ``` +### Add colored 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)):