diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/fzy-open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fzy-open b/plugins/fzy-open index a2fbb89..97da456 100755 --- a/plugins/fzy-open +++ b/plugins/fzy-open @@ -7,7 +7,7 @@ # Shell: POSIX compliant # Author: Arun Prakash Jana -entry="$(find -type f | fzy)" +entry="$(find -type f 2>/dev/null | fzy)" case "$(file -biL "$entry")" in *text*) |