fix: .envrc

The nvim/vim plugin for `direnv` doesn't support `lorri` fairly
well, so I am turning this support off for now.
This commit is contained in:
a-kenji 2022-03-11 18:37:43 +01:00
parent 779679f53b
commit 29d1ccfdfe

6
.envrc
View file

@ -1,5 +1 @@
if command -v lorri >/dev/null 2>&1; then use flake
eval "$(lorri direnv)"
else
use flake
fi