all repos — nixfiles @ f7741426ff98976914016ad77ad865d985296fc4

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

shell: switch search to `bfs`

Alan Pearce
commit

f7741426ff98976914016ad77ad865d985296fc4

parent

b25912a06fb9466596f9d33817865c40806df1f6

2 files changed, 4 insertions(+), 1 deletion(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -84,7 +84,7 @@ };
home.packages = with pkgs; [ pv - fd + bfs sd knot-dns dateutils
M user/settings/shell.nixuser/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";