diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-28 11:30:00 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-28 11:30:00 +0200 |
commit | d3374ddd385dc794e9d57f775baebd1aa8066191 (patch) | |
tree | f677cd4e9d2c48e351d28e56e96b1186c426e9f4 /bin/common/fzfdirfile | |
parent | 91d62c119070a3bb3a92bf10accf827c5dc5d5c3 (diff) |
use one fhome script instead of three one liner scripts
Diffstat (limited to 'bin/common/fzfdirfile')
-rwxr-xr-x | bin/common/fzfdirfile | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |