X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-shfmt%2Finstall.ps1;h=2c811d08cbe30024ca0c9e111ea56dfa870f996a;hb=953c06cbc34af16103d012cc1861a10a0a2b32cb;hp=d88992279ff0d0a995f12d5ab430b5eebe4b8769;hpb=d1fc251c5c5b58c0c81a499ebc9e56c96847478d;p=webi-installers%2F.git diff --git a/vim-shfmt/install.ps1 b/vim-shfmt/install.ps1 index d889922..2c811d0 100644 --- a/vim-shfmt/install.ps1 +++ b/vim-shfmt/install.ps1 @@ -1,7 +1,7 @@ #!/usr/bin/env pwsh IF (!(Test-Path -Path "$Env:USERPROFILE\.vim\pack\plugins\start")) { - New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force + New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force | out-null } Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\shfmt" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/z0mbix/vim-shfmt.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-shfmt"