Skip to content

Commit

Permalink
fix(direnv): not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lethang7794 committed Oct 15, 2024
1 parent 72ab69e commit 1a8c444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot_config/zsh/dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@ fi
# . "$HOMEBREW_PREFIX/opt/asdf/libexec/asdf.sh"

# Direnv
_evalcache direnv hook zsh
eval "$(direnv hook zsh)"
# _evalcache direnv hook zsh
export DIRENV_LOG_FORMAT= # make `direnv` silent

# nav
Expand Down

0 comments on commit 1a8c444

Please sign in to comment.