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
|
### 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
|
||||||
|
|
Loading…
Reference in a new issue