Inherit missing variables
This commit is contained in:
parent
ede0912e10
commit
022f5bfb5a
|
@ -3,7 +3,7 @@ begin
|
|||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
|
||||
function installSW
|
||||
function installSW -V dir
|
||||
yayinst firefox
|
||||
fish "$dir/../../../Common/Software/Firefox/main.fish" configure
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@ begin
|
|||
source "$dir/../../Scripts/software.fish"
|
||||
source "$dir/../../../Common/Software/rclone/main.fish"
|
||||
|
||||
function installSW
|
||||
function installSW -V dir
|
||||
yayinst \
|
||||
rclone
|
||||
|
||||
|
|
Loading…
Reference in a new issue