shell: switch search to `bfs`
Alan Pearce alan@alanpearce.eu
Tue, 19 Sep 2023 10:34:12 +0200
2 files changed, 4 insertions(+), 1 deletions(-)
M user/settings/base.nix → user/settings/base.nix
@@ -84,7 +84,7 @@ }; home.packages = with pkgs; [ pv - fd + bfs sd knot-dns dateutils
M user/settings/shell.nix → user/settings/shell.nix
@@ -31,6 +31,9 @@ "c," = "cd $(ghq list -p nixfiles)"; cg = "cd $(git root)"; cdg = "cd $(git root)"; + fd = "bfs -nohidden"; + fs = "bfs -nohidden"; + http = "xh"; https = "xh --default-scheme https"; xhs = "xh --default-scheme https";