From ada9280ae638a2c54ef7b4ecd80bc882a16f3bd2 Mon Sep 17 00:00:00 2001 From: raiguard Date: Sat, 22 Jan 2022 10:38:50 -0700 Subject: Fix harpoon-remove messages --- rc/harpoon.kak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/harpoon.kak b/rc/harpoon.kak index b71d66d..615380c 100644 --- a/rc/harpoon.kak +++ b/rc/harpoon.kak @@ -44,10 +44,10 @@ define-command harpoon-remove \ evaluate-commands %sh{ if [ -n "$1" ]; then echo "set-option -remove global harpoon_buffers '$1='" - echo "Removed harpoon at index $1" + echo "echo 'Removed harpoon at index $1'" else echo "set-option global harpoon_buffers" - echo "Removed all harpoons" + echo "echo 'Removed all harpoons'" fi } } -- cgit v1.2.3