summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPokey Rule <pokey.rule@gmail.com>2015-12-08 17:33:44 -0800
committerPokey Rule <pokey.rule@gmail.com>2015-12-08 17:33:44 -0800
commit32010055e16ec135fe9c04647eb0edb2a8e52657 (patch)
tree4d7c92362d99b5d7a969710b0231cdbb8c377f34 /bin
parent971ea2217c24e86b8b80fe64bcf53ca9a0b6316c (diff)
Correct fzf-tmux tmux checking bug
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fzf-tmux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux
index f882f8c5..3be9b73f 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