diff --git a/.bashrc b/.bashrc index a210f85..f121d53 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,10 @@ # OS-specific things if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then PATH=$(brew --prefix coreutils)/libexec/gnubin:$PATH + + if [ -f $(brew --prefix)/etc/bash_completion ]; then + . $(brew --prefix)/etc/bash_completion + fi else alias less='less -R' # preserves colors in `less` fi