Open
Description
direnv doesn't add itself to the front of the post-command-hook
meaning other things get to run before direnv has set up the environment.
One example is a haskell/stack project directory, where flycheck cannot find the executables because it runs before direnv has updated the PATH
.
Cc: @bkchr