diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-02-18 14:55:28 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-02-18 14:56:11 +0100 |
commit | 3ff019e850e628ed87ba80351c5a00fb6663cd1e (patch) | |
tree | 0536257d6298209c212b9abc94f189b87da18475 | |
parent | 93eeb911b6491221de95924b19ca21c462e8d7c0 (diff) |
Remove .envrc
Configs specific to a particular tool should not be activated unless you
have and want that particular tool.
-rw-r--r-- | .envrc | 9 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 1 insertions, 9 deletions
@@ -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 @@ -1 +1,2 @@ node_modules +.envrc |