merge powershell profile

This commit is contained in:
2023-11-05 20:37:48 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -20,3 +20,6 @@ function Update-OhMyPosh {
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))
}
# Set alias to vim to bypass batch file launcher, allows UNC editing
Set-Alias -Name vim -Value 'C:\Program Files\Vim\vim90\vim.exe'