Update powershell profile

This commit is contained in:
Shockwave 2024-05-27 10:55:53 +08:00
parent bf4fa0adcd
commit c655728221
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ Remove-Variable -Name "msg"
if (Get-Command nvim -ErrorAction SilentlyContinue) {
Set-Alias vi nvim
} elseif (Get-Command nvim -ErrorAction SilentlyContinue) {
Set-Alias vi vim
}
# On MacOS, $platform is Unix