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/edit | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'user-scripts/edit') diff --git a/user-scripts/edit b/user-scripts/edit index f23d7a8..d15b34e 100755 --- a/user-scripts/edit +++ b/user-scripts/edit @@ -2,11 +2,7 @@ # Description: Fuzzy find a file in directory subtree with fzy and edit in vim # -# Shell: generic +# Shell: POSIX compliant # Author: Arun Prakash Jana -# bash, zsh -vim $(find -type f | fzy) - -# fish -# vim (find -type f | fzy) +vim `find -type f | fzy` -- cgit v1.2.3-70-g09d2