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
pacinst base-devel
and configureSW
end
function configureSW

View file

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

View file

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