diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index fe3af6e..34f5073 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -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' diff --git a/ssh/config b/ssh/config index 79c755e..cea3eb4 100644 --- a/ssh/config +++ b/ssh/config @@ -22,7 +22,7 @@ Host pos HostName pos.cock User root Host server - HostName server.cock + HostName server.yiff.technology User root Host sl HostName 74.207.243.12