Fix missing variables

This commit is contained in:
Manuel Thalmann 2024-07-30 00:51:50 +02:00
parent 74d60881fb
commit cb103117ab
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst \
aliae-bin

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst grub-theme-minegrub-git
fish "$dir/../../../Common/Software/minegrub-theme/main.fish" configure
end

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst pyenv
fish "$dir/../../../Common/Software/pyenv/main.fish" configure
end

View file

@ -4,7 +4,7 @@ begin
source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/vim/main.fish"
function installSW
function installSW -V dir
yayinst (
# Necessary for accessing clipboard in terminal: https://wiki.archlinux.org/title/Vim
) gvim \

View file

@ -3,7 +3,7 @@ begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function installSW
function installSW -V dir
yayinst \
zoxide

View file

@ -8,7 +8,7 @@ begin
configureSW
end
function configureSW
function configureSW -V dir
source "$dir/../bash/profile.fish"
source "$dir/../fish/profile.fish"