From ed578a39b844c138ab582a699b00f844cdae8eb4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 1 Feb 2026 13:08:47 +0100 Subject: [PATCH] feat: don't echo and just pull --- .envrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.envrc b/.envrc index 2a16511..157731e 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,5 @@ if on_git_branch; then - echo && git status --short --branch && - echo && git pull --verbose + git pull fi watch_file shell.nix