|
@@ -271,7 +271,7 @@ function create_alias {
|
|
New-Item -Path $PROFILE -ItemType "file" -Force
|
|
New-Item -Path $PROFILE -ItemType "file" -Force
|
|
}
|
|
}
|
|
|
|
|
|
- Add-Content -Path $PROFILE -Value $("`r`nSet-Alias lvim $lvim_bin")
|
|
|
|
|
|
+ Add-Content -Path $PROFILE -Value $("`r`nSet-Alias lvim '$lvim_bin'")
|
|
|
|
|
|
Write-Host 'To use the new alias in this window reload your profile with: `. $PROFILE`' -ForegroundColor Green
|
|
Write-Host 'To use the new alias in this window reload your profile with: `. $PROFILE`' -ForegroundColor Green
|
|
}
|
|
}
|