Skip to content
Snippets Groups Projects
Commit 32010055 authored by Pokey Rule's avatar Pokey Rule
Browse files

Correct fzf-tmux tmux checking bug

parent 971ea221
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ while [ $# -gt 0 ]; do
shift
done
if [ -z "$TMUX_PANE" ]; then
if [ -z "$TMUX" ]; then
fzf "${args[@]}"
exit $?
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment