Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
direnv exec: DIR is always necessary (direnv#493)
``` $ direnv exec bash -c "true" direnv: error stat bash: no such file or directory $ direnv exec bash direnv: error stat bash: no such file or directory ``` Meaning leaving out the DIR argument was never really an option. Closes: direnv#492
- Loading branch information