summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-20 17:17:15 -0700
committerFuwn <[email protected]>2024-09-20 17:17:15 -0700
commit917df537cdc7bb3fbe673733653d172348fdb3e5 (patch)
treee4d1450a174e57777a8cb590e287f643a3a76d8b
parentgit: add bit (diff)
downloadnixos-config-917df537cdc7bb3fbe673733653d172348fdb3e5.tar.xz
nixos-config-917df537cdc7bb3fbe673733653d172348fdb3e5.zip
fish: escalate find
-rw-r--r--home/ebisu/fortune/system/shell/fish.nix2
1 files changed, 1 insertions, 1 deletions
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