diff --git a/modules/common/shell/fzf.nix b/modules/common/shell/fzf.nix index 9f21f47..1f9819b 100644 --- a/modules/common/shell/fzf.nix +++ b/modules/common/shell/fzf.nix @@ -13,9 +13,8 @@ fd \ --search-path $HOME/dev \ --type directory \ - --hidden \ - "^.git\$" \ - | xargs dirname \ + --exact-depth 2 \ + | sed 's/\\/$//' \ | fzf \ --delimiter '/' \ --with-nth 6.. \