m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Correct fzf-tmux tmux checking bug

This commit is contained in:
Pokey Rule
2015-12-08 17:33:44 -08:00
parent 971ea2217c
commit 32010055e1

View File

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