Skip to content

Commit

Permalink
fix: .envrc
Browse files Browse the repository at this point in the history
The nvim/vim plugin for `direnv` doesn't support `lorri` fairly
well, so I am turning this support off for now.
  • Loading branch information
a-kenji committed Mar 11, 2022
1 parent 779679f commit 29d1ccf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
if command -v lorri >/dev/null 2>&1; then
eval "$(lorri direnv)"
else
use flake
fi
use flake

0 comments on commit 29d1ccf

Please sign in to comment.