X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-lastplace%2Finstall.ps1;h=5a41edb77cce1dff6daea50b5f9932a8353a02e3;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=749d400fda92f9d7914ea448ff691b38444143a9;hpb=541bf110df267071ca3faa41daef5e855c35d160;p=webi-installers%2F.git diff --git a/vim-lastplace/install.ps1 b/vim-lastplace/install.ps1 index 749d400..5a41edb 100644 --- a/vim-lastplace/install.ps1 +++ b/vim-lastplace/install.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh -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\vim-lastplace" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/farmergreg/vim-lastplace.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-lastplace"