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