pwsh: change vim alias to vim91

This commit is contained in:
2024-07-07 16:31:46 -04:00
parent 27bae49587
commit 58fe9a25ad

View File

@@ -22,7 +22,7 @@ function Update-OhMyPosh {
} }
# Set alias to vim to bypass batch file launcher, allows UNC editing # Set alias to vim to bypass batch file launcher, allows UNC editing
Set-Alias -Name vim -Value 'C:\Program Files\Vim\vim90\vim.exe' Set-Alias -Name vim -Value 'C:\Program Files\Vim\vim91\vim.exe'
# Debauchery to make Enter-PSSession do what I want it to do # Debauchery to make Enter-PSSession do what I want it to do
$ETSN_MD = New-Object System.Management.Automation.CommandMetaData (Get-Command Microsoft.PowerShell.Core\Enter-PSSession) $ETSN_MD = New-Object System.Management.Automation.CommandMetaData (Get-Command Microsoft.PowerShell.Core\Enter-PSSession)