From 0f7fe552dd55a69c475003b4dac8db2de26bdcbd Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 17:05:38 +0000 Subject: [PATCH] Update dotfiles/.bashrc --- dotfiles/.bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 1ae4e1e9..c4a1cdc6 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -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