summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-09-22 19:30:37 +0200
committerAlan Pearce2023-09-22 19:31:03 +0200
commit0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8 (patch)
tree55ca5cfd1e6f18d8c0a91d8d2a8de0dd744fe7b8 /user/settings/shell.nix
parent97bb1e5fe052f2446e88fe82e26f4ad800a28036 (diff)
downloadnixfiles-0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8.tar.lz
nixfiles-0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8.tar.zst
nixfiles-0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8.zip
shell: don't use bfs as an alternative to fd
It doesn't work similarly enough
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index ede1c41a..4babb08f 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -33,7 +33,6 @@ in
 
       cat = "bat --plain";
 
-      fd = "bfs -nohidden";
       fs = "bfs -nohidden";
 
       http = "xh";