aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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