about summary refs log tree commit diff stats
path: root/build/c/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build/c/.envrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/c/.envrc b/build/c/.envrc
index 3db39e6..dc660f3 100644
--- a/build/c/.envrc
+++ b/build/c/.envrc
@@ -6,6 +6,6 @@ watch_file flake.nix
 PATH_add ./scripts
 
 if on_git_branch; then
-  echo && git status --short --branch &&
-  echo && git fetch --verbose
+    echo && git status --short --branch &&
+        echo && git fetch --verbose
 fi