From f7741426ff98976914016ad77ad865d985296fc4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 19 Sep 2023 10:34:12 +0200 Subject: shell: switch search to `bfs` --- user/settings/shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 1c267713..b1c14225 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -31,6 +31,9 @@ in 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"; -- cgit 1.4.1