shell: switch search to `bfs`
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
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";