Update powershell profile
This commit is contained in:
parent
bf4fa0adcd
commit
c655728221
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue