Remove duplicated code
This commit is contained in:
parent
09aa95420d
commit
eb65199fb1
|
@ -5,7 +5,6 @@ begin
|
||||||
|
|
||||||
function installSW
|
function installSW
|
||||||
pacinst base-devel
|
pacinst base-devel
|
||||||
and configureSW
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function configureSW
|
function configureSW
|
||||||
|
|
|
@ -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 (
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue