7 lines
142 B
Plaintext
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 |