From 74fc143ceb18e75a54b828b577a0c164d6fe4814 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 17:03:46 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 718aca80..4e752ca6 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -351,9 +351,9 @@ if command -v deno > /dev/null; then fi ### direnv -if command -v direnv > /dev/null; then - _evalcache direnv hook zsh -fi +#if command -v direnv > /dev/null; then +# _evalcache direnv hook zsh +#fi ### Fig #if command -v fig > /dev/null; then