Files
fish-config/example_scriplets
2025-11-16 22:53:23 +01:00

7 lines
142 B
Plaintext

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