shell: don't use bfs as an alternative to fd It doesn't work similarly enough
2 files changed, 1 insertion(+), 1 deletion(-)
M user/settings/base.nix → user/settings/base.nix
@@ -84,6 +84,7 @@ }; home.packages = with pkgs; [ pv + fd bfs sd knot-dns
M user/settings/shell.nix → user/settings/shell.nix
@@ -33,7 +33,6 @@ cdg = "cd $(git root)"; cat = "bat --plain"; - fd = "bfs -nohidden"; fs = "bfs -nohidden"; http = "xh";