From 0b14ba493b7d2eef27680482fcf151b5b742c686 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2013 20:15:23 -0400 Subject: one more place to look for bash_completion files --- bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 0764d63..9ba5a46 100644 --- a/bashrc +++ b/bashrc @@ -21,6 +21,7 @@ esac # }}} # completion {{{ [ -f /etc/bash_completion ] && source /etc/bash_completion [ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion +[ -f /usr/share/bash-completion/bash_completion ] && source /usr/share/bash-completion/bash_completion # }}} # bash configuration {{{ shopt -s extglob -- cgit v1.2.3-54-g00ecf