PortValhalla/scripts/Arch/Software/zoxide/main.fish

14 lines
254 B
Fish
Raw Normal View History

2024-07-16 12:28:32 +00:00
#!/bin/env fish
begin
set -l dir (status dirname)
2024-11-01 12:12:16 +00:00
source "$dir/../../lib/software.fish"
inherit "$dir/../../../Common/Software/zoxide/main.fish"
2024-07-16 12:28:32 +00:00
2024-09-13 12:47:07 +00:00
function installSW
2024-07-16 12:28:32 +00:00
yayinst \
zoxide
2024-09-13 12:47:07 +00:00
end
2024-07-16 12:28:32 +00:00
runInstaller $argv
end