From 6bdb92ef231d1f37f24248a5cdf735e53049c304 Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Mon, 20 Jan 2020 19:49:38 +0000 Subject: [PATCH] Don't fail if thux-thumbs is cancelled --- tmux-thumbs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index 9834961..ec6b736 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -24,3 +24,5 @@ done CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ${CURRENT_DIR}/target/release/tmux-thumbs --dir "${CURRENT_DIR}" "${PARAMS[@]}" + +true