From d3374ddd385dc794e9d57f775baebd1aa8066191 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Mar 2023 11:30:00 +0200 Subject: use one fhome script instead of three one liner scripts --- bin/common/fzfdirfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common/fzfdirfile') diff --git a/bin/common/fzfdirfile b/bin/common/fzfdirfile index df0e51a..18110ea 100755 --- a/bin/common/fzfdirfile +++ b/bin/common/fzfdirfile @@ -1,2 +1,2 @@ #!/usr/bin/env sh -dirname "$(find "${1:-$HOME}" -type f 2> /dev/null | fzf)" +dirname "$(fzhome | fzf)" -- cgit v1.2.3