todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

fix ~/.bashrc #11

Closed admtthomas closed 2 years ago

admtthomas commented 6 years ago

add to bashrc after installing brew install bash-completion@2

  if [ -f /usr/local/share/bash-completion/bash_completion ]; then
    . /usr/local/share/bash-completion/bash_completion
  fi
todd-dsm commented 5 years ago

done; not sure how to test though. leaving it open for now.