mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-25 04:06:03 +00:00
Merge pull request #439 from pokey/master
Correct fzf-tmux tmux checking bug
This commit is contained in:
commit
a07944a5bb
@ -82,7 +82,7 @@ while [ $# -gt 0 ]; do
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$TMUX_PANE" ]; then
|
if [ -z "$TMUX" ]; then
|
||||||
fzf "${args[@]}"
|
fzf "${args[@]}"
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user