diff --git a/bin/fzf-tmux b/bin/fzf-tmux index 8a9c2d57..6a18cf8a 100755 --- a/bin/fzf-tmux +++ b/bin/fzf-tmux @@ -172,7 +172,7 @@ cleanup() { resize-pane -Z fi - if [ $# -gt 0 ]; then + if [[ $# -gt 0 ]]; then trap - EXIT exit 130 fi