diff options
Diffstat (limited to 'user-scripts/fzy')
| -rwxr-xr-x | user-scripts/fzy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/fzy b/user-scripts/fzy index 0e52b28..0ddd229 100755 --- a/user-scripts/fzy +++ b/user-scripts/fzy @@ -5,4 +5,4 @@ # Shell: POSIX compliant # Author: Arun Prakash Jana -xdg-open `find -type f | fzy` >/dev/null 2>&1 +xdg-open "$(find -type f | fzy)" >/dev/null 2>&1 |