Update dotfiles/.bashrc

This commit is contained in:
Brian Zalewski 2022-11-02 17:05:38 +00:00
parent 74fc143ceb
commit 0f7fe552dd

View file

@ -55,9 +55,9 @@ fi
### Bash Completions ### Bash Completions
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
### direnv ### direnv
if command -v direnv; then #if command -v direnv; then
direnv hook bash # direnv hook bash
fi #fi
### Google Cloud SDK ### Google Cloud SDK
if command -v brew >/dev/null; then if command -v brew >/dev/null; then