all repos — nixfiles @ 0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8

System and user configuration, managed by nix and home-manager

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
commit

0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8

parent

97bb1e5fe052f2446e88fe82e26f4ad800a28036

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -84,6 +84,7 @@ };   home.packages = with pkgs;
     [
       pv
+      fd
       bfs
       sd
       knot-dns
M user/settings/shell.nixuser/settings/shell.nix
@@ -33,7 +33,6 @@ cdg = "cd $(git root)"; 
       cat = "bat --plain";
 
-      fd = "bfs -nohidden";
       fs = "bfs -nohidden";
 
       http = "xh";