From 70ac790418b9dd3d4f18dfa1f6541ae47e3df77b Mon Sep 17 00:00:00 2001 From: Chris Apple Date: Sun, 15 Dec 2019 09:01:27 -0800 Subject: [PATCH] Deleted an extra echo left in from debugging --- forgit.plugin.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/forgit.plugin.fish b/forgit.plugin.fish index 47b0b02..2f4733d 100755 --- a/forgit.plugin.fish +++ b/forgit.plugin.fish @@ -30,7 +30,6 @@ type -q emojify >/dev/null 2>&1 && set forgit_emojify '|emojify' function forgit::log forgit::inside_work_tree || return 1 set cmd "echo {} |grep -Eo '[a-f0-9]+' |head -1 |xargs -I% git show --color=always % $argv | $forgit_pager" - echo $cmd if test -n "$FORGIT_COPY_CMD" set copy_cmd $FORGIT_COPY_CMD