summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-09-19 10:34:12 +0200
committerAlan Pearce2023-09-19 10:57:32 +0200
commitf7741426ff98976914016ad77ad865d985296fc4 (patch)
treebfe54f1a9bf2e8508884141ad1ab643a6beb6cfc /user/settings/shell.nix
parentb25912a06fb9466596f9d33817865c40806df1f6 (diff)
downloadnixfiles-f7741426ff98976914016ad77ad865d985296fc4.tar.lz
nixfiles-f7741426ff98976914016ad77ad865d985296fc4.tar.zst
nixfiles-f7741426ff98976914016ad77ad865d985296fc4.zip
shell: switch search to `bfs`
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix3
1 files changed, 3 insertions, 0 deletions
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";