aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.envrc8
-rw-r--r--unmaintained_templates/markdown/.envrc4
-rw-r--r--unmaintained_templates/python/.envrc6
3 files changed, 15 insertions, 3 deletions
diff --git a/.envrc b/.envrc
index a9c7e4e..12454dd 100644
--- a/.envrc
+++ b/.envrc
@@ -1,5 +1,9 @@
+#!/usr/bin/env sh
+
use flake
if on_git_branch; then
- echo && git status --short --branch &&
- echo && git fetch --verbose
+ echo && git status --short --branch &&
+ echo && git fetch --verbose
fi
+
+# vim: ft=sh
diff --git a/unmaintained_templates/markdown/.envrc b/unmaintained_templates/markdown/.envrc
index 3550a30..60ea3da 100644
--- a/unmaintained_templates/markdown/.envrc
+++ b/unmaintained_templates/markdown/.envrc
@@ -1 +1,5 @@
+#!/usr/bin/env sh
+
use flake
+
+# vim: ft=sh
diff --git a/unmaintained_templates/python/.envrc b/unmaintained_templates/python/.envrc
index 958a322..3f08217 100644
--- a/unmaintained_templates/python/.envrc
+++ b/unmaintained_templates/python/.envrc
@@ -1,2 +1,6 @@
+#!/usr/bin/env sh
+
nix_direnv_watch_file requirements.txt
-use flake \ No newline at end of file
+use flake
+
+# vim: ft=sh