diff --git a/modules/common/shell/fzf.nix b/modules/common/shell/fzf.nix index a2a2337..a62f5df 100644 --- a/modules/common/shell/fzf.nix +++ b/modules/common/shell/fzf.nix @@ -16,7 +16,7 @@ --search-path $HOME/dev \ --type directory \ --exact-depth 2 \ - | ${pkgs.proximity-sort}/bin/proximity-sort . \ + | ${pkgs.proximity-sort}/bin/proximity-sort $PWD \ | sed 's/\\/$//' \ | fzf --tiebreak=index \ )