From b6c66a78c01384ea1cc255c5c16db4a436136109 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 24 Mar 2019 21:11:43 +0530 Subject: Use POSIX compliant sh scripts if possible --- user-scripts/fzy | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'user-scripts/fzy') diff --git a/user-scripts/fzy b/user-scripts/fzy index ba8cfc9..0e52b28 100755 --- a/user-scripts/fzy +++ b/user-scripts/fzy @@ -2,11 +2,7 @@ # Description: Fuzzy find a file in directory subtree with fzy and open using xdg-open # -# Shell: generic +# Shell: POSIX compliant # Author: Arun Prakash Jana -# bash, zsh -xdg-open $(find -type f | fzy) >/dev/null 2>&1 - -# fish -# xdg-open (find -type f | fzy) >/dev/null 2>&1 +xdg-open `find -type f | fzy` >/dev/null 2>&1 -- cgit v1.2.3-70-g09d2