diff options
Diffstat (limited to 'bin/common/fzfdir')
-rwxr-xr-x | bin/common/fzfdir | 2 |
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 |