diff options
| -rw-r--r-- | .envrc | 3 | ||||
| -rw-r--r-- | .gitignore | 5 |
2 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,3 @@ +if command -v nix; then + use flake +fi @@ -2,3 +2,8 @@ result result-* repl-result-out* + +# direnv +.env* +!.envrc +.direnv/ |
![]() |
index : getchoo/getchvim | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .envrc | 3 | ||||
| -rw-r--r-- | .gitignore | 5 |
@@ -0,0 +1,3 @@ +if command -v nix; then + use flake +fi @@ -2,3 +2,8 @@ result result-* repl-result-out* + +# direnv +.env* +!.envrc +.direnv/ |