about summary refs log tree commit diff stats
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 14f2c85a..c3043a56 100644
--- a/.envrc
+++ b/.envrc
@@ -1,8 +1,8 @@
 #!/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
 
 export CDPATH="./sys/nixpkgs/pkgs/"