Add .fluxbox/keys.
[dotfiles-framework.git] / src / .bashrc.d / completion
1 # enable programmable completion features (you don't need to enable
2 # this if it's already enabled in /etc/bash.bashrc and /etc/profile
3 # sources /etc/bash.bashrc).
4 if [ -f /etc/bash_completion ]; then
5     . /etc/bash_completion
6 fi
7
8 # bugs-everywhere completion
9 if [ -f ~/.be-completion.sh ]; then
10     source ~/.be-completion.sh
11 fi