diff --git a/.bashrc.d/brew_caveats.sh b/.bashrc.d/brew_caveats.sh index b74b695..8734236 100644 --- a/.bashrc.d/brew_caveats.sh +++ b/.bashrc.d/brew_caveats.sh @@ -3,8 +3,11 @@ if [[ $OSTYPE != darwin* ]]; then return fi -# brew formula bash-completion +# for brew formula bash-completion@2 if [[ -r /usr/local/etc/profile.d/bash_completion.sh ]]; then export BASH_COMPLETION_COMPAT_DIR=/usr/local/etc/bash_completion.d . /usr/local/etc/profile.d/bash_completion.sh fi + +# for brew formula python +export PATH=/usr/local/opt/python/libexec/bin:$PATH