From 0e8b15d4b6a3d058f39e8cbc66a3b758ab601d13 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Wed, 18 Dec 2019 17:57:49 -0800 Subject: [PATCH] Improve autocomplete --- dotfiles/bash/bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 6f1a4a1..a89db03 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -1,6 +1,11 @@ # Use the iterm2 material theme in the root directory of the essentials repository. For linux, # you will need to source a material theme color scheme for your terminal. +# Improve autocomplete +bind "TAB:menu-complete" +bind "set show-all-if-ambiguous on" +bind "set menu-complete-display-prefix on" + if [[ "$OSTYPE" == "darwin"* ]]; then if [ -f ~/.macrc ]; then source ~/.macrc