Update dotfiles/.zshrc

This commit is contained in:
Brian Zalewski 2022-11-02 17:03:46 +00:00
parent 14d31cbf06
commit 74fc143ceb

View file

@ -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