Remove duplicated code

This commit is contained in:
Manuel Thalmann 2024-10-12 01:52:13 +02:00
parent 09aa95420d
commit eb65199fb1
3 changed files with 0 additions and 3 deletions

View file

@ -5,7 +5,6 @@ begin
function installSW function installSW
pacinst base-devel pacinst base-devel
and configureSW
end end
function configureSW function configureSW

View file

@ -2,7 +2,6 @@
begin begin
set -l dir (status dirname) set -l dir (status dirname)
source "$dir/../../Scripts/software.fish" source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/vim/main.fish"
function installSW function installSW
yayinst ( yayinst (

View file

@ -5,7 +5,6 @@ begin
function installSW function installSW
curl https://pyenv.run | bash curl https://pyenv.run | bash
configureSW
end end
function configureSW -V dir function configureSW -V dir