aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.envrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 3550a30f..a9c7e4ea 100644
--- a/.envrc
+++ b/.envrc
@@ -1 +1,5 @@
use flake
+if on_git_branch; then
+ echo && git status --short --branch &&
+ echo && git fetch --verbose
+fi