# HG changeset patch # User IBBoard # Date 1379706697 0 # Node ID e6a261f18fb1761e8a87df95b96a36419c3f8ffc # Parent cac8f4eec6d415e1b4805dd82ef8ef2c4f5681d7 Add Bash Completion sourcing diff -r cac8f4eec6d4 -r e6a261f18fb1 bashrc --- a/bashrc Thu Aug 01 14:15:49 2013 +0000 +++ b/bashrc Fri Sep 20 19:51:37 2013 +0000 @@ -2,6 +2,11 @@ . /etc/bashrc fi +# Use bash-completion, if available +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi + export EDITOR=/usr/bin/nano test -s ~/.alias && . ~/.alias || true export PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH