This line in .bashrc_once causes new shells to hang. ``` bash if [ -x /usr/local/bin/brew ]; then export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" if [ -f `brew --prefix`/etc/bash_completion ]; then . `brew --prefix`/etc/bash_completion fi fi ```