diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/installer/install.ps1 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1 index 7b07c86f..41c73e7e 100644 --- a/utils/installer/install.ps1 +++ b/utils/installer/install.ps1 @@ -271,7 +271,7 @@ function create_alias {          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  } | 
