shell: don't use bfs as an alternative to fd It doesn't work similarly enough
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2023 19:30:37 +0200
2 files changed, 1 insertions(+), 1 deletions(-)
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";