diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/fzf-tmux | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
