Correct fzf-tmux tmux checking bug

pull/439/head
Pokey Rule 9 years ago
parent 971ea2217c
commit 32010055e1

@ -82,7 +82,7 @@ while [ $# -gt 0 ]; do
shift
done
if [ -z "$TMUX_PANE" ]; then
if [ -z "$TMUX" ]; then
fzf "${args[@]}"
exit $?
fi

Loading…
Cancel
Save