aperezdc / zsh-fzy

Use the fzy fuzzy-finder in Zsh
MIT License
55 stars 9 forks source link

Remove stray ]] in __fzy_cmd #1

Closed elazar closed 7 years ago

elazar commented 7 years ago

This has no corresponding [[. The earlier instance of [[ to check for ${TMUX} has already been closed. This causes fzy usage instructions to be output anywhere it is used by the plugin.

Looks like the issue was introduced here.

aperezdc commented 7 years ago

Good catch @elazar! Thanks a lot for sending the PR.