summaryrefslogtreecommitdiff
path: root/bin/common/fzfdir
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-28 11:30:00 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-03-28 11:30:00 +0200
commitd3374ddd385dc794e9d57f775baebd1aa8066191 (patch)
treef677cd4e9d2c48e351d28e56e96b1186c426e9f4 /bin/common/fzfdir
parent91d62c119070a3bb3a92bf10accf827c5dc5d5c3 (diff)
use one fhome script instead of three one liner scripts
Diffstat (limited to 'bin/common/fzfdir')
-rwxr-xr-xbin/common/fzfdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/fzfdir b/bin/common/fzfdir
index 6ae8f6a..fdbe79c 100755
--- a/bin/common/fzfdir
+++ b/bin/common/fzfdir
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
-find "${1:-$HOME}" -type \d 2> /dev/null | fzf
+fzhome d | fzf