diff options
| author | raiguard <caleb.heuer@gmail.com> | 2022-01-22 10:38:50 -0700 |
|---|---|---|
| committer | raiguard <caleb.heuer@gmail.com> | 2022-01-22 10:38:50 -0700 |
| commit | ada9280ae638a2c54ef7b4ecd80bc882a16f3bd2 (patch) | |
| tree | 164e98498dc9f0b749ddbe340a09099107aed669 | |
| parent | a39a41a855e9257666358ee2acb505154efa29d8 (diff) | |
Fix harpoon-remove messages
| -rw-r--r-- | rc/harpoon.kak | 4 |
1 files 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 } } |
