diff options
| author | Fuwn <[email protected]> | 2024-09-20 17:17:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-20 17:17:15 -0700 |
| commit | 917df537cdc7bb3fbe673733653d172348fdb3e5 (patch) | |
| tree | e4d1450a174e57777a8cb590e287f643a3a76d8b | |
| parent | git: add bit (diff) | |
| download | nixos-config-917df537cdc7bb3fbe673733653d172348fdb3e5.tar.xz nixos-config-917df537cdc7bb3fbe673733653d172348fdb3e5.zip | |
fish: escalate find
| -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 |