Check for installed stuff
This commit is contained in:
7
example_scriplets
Normal file
7
example_scriplets
Normal 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
|
||||
Reference in New Issue
Block a user