summaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-03-11 18:37:43 +0100
committera-kenji <aks.kenji@protonmail.com>2022-03-11 18:37:43 +0100
commit29d1ccfdfe06fdf9f355b8c934c37b54cd579aeb (patch)
tree9fc68096521ca15c0d81ad456429c32608a3628b /.envrc
parent779679f53ba7dc631971a589437114adc42e0fc3 (diff)
fix: `.envrc`
The nvim/vim plugin for `direnv` doesn't support `lorri` fairly well, so I am turning this support off for now.
Diffstat (limited to '.envrc')
-rw-r--r--.envrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.envrc b/.envrc
index e8b832cee..3550a30f2 100644
--- a/.envrc
+++ b/.envrc
@@ -1,5 +1 @@
-if command -v lorri >/dev/null 2>&1; then
- eval "$(lorri direnv)"
-else
- use flake
-fi
+use flake