mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 03:11:45 +00:00
bugfix: renamed function parameter in 5090a04
This commit is contained in:
parent
7e8bc5fa19
commit
80a34d44c3
@ -51,10 +51,10 @@ function InstallWSLNeovim
|
||||
|
||||
Import-Module ./windows.psm1
|
||||
|
||||
ProcessUrlFiles -sourceDir $source
|
||||
|
||||
Push-Location
|
||||
ProcessUrlFiles -source $source
|
||||
Set-Location "$env:TMP\nvim-config"
|
||||
|
||||
Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow
|
||||
wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null
|
||||
Pop-Location
|
||||
|
Loading…
Reference in New Issue
Block a user