diff options
| -rw-r--r-- | home/ebisu/fortune/system/shell/fish.nix | 2 |
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 |