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