Check for installed stuff

This commit is contained in:
Hannes
2025-11-16 22:53:23 +01:00
parent b16d05da76
commit 4e5f46c44e
2 changed files with 9 additions and 4 deletions

7
example_scriplets Normal file
View File

@@ -0,0 +1,7 @@
if test -e /path/to/file
command/alias
end
if test -e /path/to/file1; or test -e /path/to/file2
command/alias
end
$HOME/.cargo/bin/eza