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/fzffile | |
parent | 91d62c119070a3bb3a92bf10accf827c5dc5d5c3 (diff) |
use one fhome script instead of three one liner scripts
Diffstat (limited to 'bin/common/fzffile')
-rwxr-xr-x | bin/common/fzffile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/fzffile b/bin/common/fzffile index 03e39be..e2f9f76 100755 --- a/bin/common/fzffile +++ b/bin/common/fzffile @@ -1,2 +1,2 @@ #!/usr/bin/env sh -find "${1:-$HOME}" -type f 2> /dev/null | fzf +fzhome | fzf |