aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-28 11:30:08 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:37 +0200
commitb85f29bbe29b91976c34d403a2f4623c8d07b29a (patch)
tree54815dc37f6980dec89b420a2b0d49c46d7eb25a /.bashrc
parentecb57e22261dbbf1d819de3ef0ff2bd6d9c3d09f (diff)
Disable requirement for escaping : in bash tab completion
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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