From 3ff019e850e628ed87ba80351c5a00fb6663cd1e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 18 Feb 2024 14:55:28 +0100 Subject: Remove .envrc Configs specific to a particular tool should not be activated unless you have and want that particular tool. --- .envrc | 9 --------- .gitignore | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .envrc 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 -- cgit v1.2.3-54-g00ecf