From 917df537cdc7bb3fbe673733653d172348fdb3e5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 20 Sep 2024 17:17:15 -0700 Subject: fish: escalate find --- home/ebisu/fortune/system/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix index ccd9220..fd176ad 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -33,7 +33,7 @@ end function nix-find - find $argv -type f -exec test ! -L {} \; -exec realpath {} \; | grep -v "^/nix/store" + doas find $argv -type f -exec test ! -L {} \; -exec realpath {} \; | grep -v "^/nix/store" end function code -- cgit v1.2.3