Update dotfiles/.bashrc
This commit is contained in:
parent
74fc143ceb
commit
0f7fe552dd
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ fi
|
|||
### Bash Completions
|
||||
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
||||
### direnv
|
||||
if command -v direnv; then
|
||||
direnv hook bash
|
||||
fi
|
||||
#if command -v direnv; then
|
||||
# direnv hook bash
|
||||
#fi
|
||||
|
||||
### Google Cloud SDK
|
||||
if command -v brew >/dev/null; then
|
||||
|
|
Loading…
Reference in a new issue