From b85f29bbe29b91976c34d403a2f4623c8d07b29a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 28 May 2020 11:30:08 +0200 Subject: Disable requirement for escaping : in bash tab completion --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 55d8d66..11d8757 100644 --- a/.bashrc +++ b/.bashrc @@ -40,6 +40,8 @@ then . "$HOME/.config/shell/vendor/bash/feature-auto-completion/bash_completion" fi +export COMP_WORDBREAKS="${COMP_WORDBREAKS//:}" + # Set up the prompt [ $DEBUG_DOTFILES ] && echo " Setting PS1" PROMPT_COMMAND=__precmd -- cgit v1.1