PortValhalla/scripts/Arch/Software/oh-my-posh/main.fish

13 lines
256 B
Fish
Executable file

#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
inherit "$dir/../../../Common/Software/oh-my-posh/main.fish"
function installSW
yayinst oh-my-posh-bin
end
runInstaller $argv
end