about summary refs log tree commit diff stats
path: root/templates/awk/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/awk/.envrc')
-rw-r--r--templates/awk/.envrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/awk/.envrc b/templates/awk/.envrc
new file mode 100644
index 0000000..96eca6b
--- /dev/null
+++ b/templates/awk/.envrc
@@ -0,0 +1,7 @@
+use flake || use nix
+watch_file flake.nix
+
+if on_git_branch; then
+  echo && git status --short --branch &&
+  echo && git fetch --verbose
+fi