From db2f2e727fab83a345494b840272b53fe4ae5d77 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 3 Mar 2022 22:00:03 -0500 Subject: [PATCH] Silence ed(1) bytes-written display on edit This should hopefully be less confusing for new ed(1) users.. --- today | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/today b/today index 484a25d..07ab25f 100755 --- a/today +++ b/today @@ -44,7 +44,7 @@ reqinit() { } edlog() { - ed -p'ed> ' "$@" "$LOG" + ed -s -p'ed> ' "$@" "$LOG" commit "Auto commit" } -- libgit2 1.1.1