From 0c5c978d16a9c2aa86bf1ddc56e18dd06e2696a8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 19:30:37 +0200 Subject: shell: don't use bfs as an alternative to fd It doesn't work similarly enough --- user/settings/base.nix | 1 + user/settings/shell.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/user/settings/base.nix b/user/settings/base.nix index 39133f1f..dfe4ffa7 100644 --- a/user/settings/base.nix +++ b/user/settings/base.nix @@ -84,6 +84,7 @@ home.packages = with pkgs; [ pv + fd bfs sd knot-dns 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"; -- cgit 1.4.1