From 32010055e16ec135fe9c04647eb0edb2a8e52657 Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Tue, 8 Dec 2015 17:33:44 -0800 Subject: [PATCH] Correct fzf-tmux tmux checking bug --- bin/fzf-tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fzf-tmux b/bin/fzf-tmux index f882f8c..3be9b73 100755 --- a/bin/fzf-tmux +++ b/bin/fzf-tmux @@ -82,7 +82,7 @@ while [ $# -gt 0 ]; do shift done -if [ -z "$TMUX_PANE" ]; then +if [ -z "$TMUX" ]; then fzf "${args[@]}" exit $? fi