aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-02-18 14:55:28 +0100
committerTom Smeding <tom@tomsmeding.com>2024-02-18 14:56:11 +0100
commit3ff019e850e628ed87ba80351c5a00fb6663cd1e (patch)
tree0536257d6298209c212b9abc94f189b87da18475
parent93eeb911b6491221de95924b19ca21c462e8d7c0 (diff)
Remove .envrc
Configs specific to a particular tool should not be activated unless you have and want that particular tool.
-rw-r--r--.envrc9
-rw-r--r--.gitignore1
2 files changed, 1 insertions, 9 deletions
diff --git a/.envrc b/.envrc
deleted file mode 100644
index 82b2b9e..0000000
--- a/.envrc
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-# the shebang is ignored, but nice for editors
-
-if type -P lorri &>/dev/null; then
- eval "$(lorri direnv)"
-else
- echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
- use nix
-fi
diff --git a/.gitignore b/.gitignore
index 3c3629e..64eda9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
node_modules
+.envrc