From e187890d770145f93f1239f3a4d13d4770141c0e Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Mon, 10 May 2021 23:17:44 +0200 Subject: [PATCH] Changed echo to no op --- dcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcd b/dcd index 7d456d8..5e8afba 100755 --- a/dcd +++ b/dcd @@ -60,7 +60,7 @@ main() # Hitting escape anytime will open that directory in st/sxiv. while goto "$dir" do - echo "$dir" + : done if $term -- 2.34.2