X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-devicons%2Finstall.ps1;h=e96c2dba3bbee017e492748802ba3b768a31c6f8;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=6a8f0820f973710dd73bee499947e22b05d3bfd2;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/vim-devicons/install.ps1 b/vim-devicons/install.ps1 index 6a8f082..e96c2db 100644 --- a/vim-devicons/install.ps1 +++ b/vim-devicons/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\devicons" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/ryanoasis/vim-devicons.git "$Env:USERPROFILE\.vim\pack\plugins\start\devicons.vim"