diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 630404c..e4a3e82 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -225,8 +225,8 @@ Set-Alias -Name btop4win -Value btop # Vencord Installer function vencord-install { Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/download/VencordInstallerCli.exe' -OutFile VencordInstallerCli.exe -./VencordInstallerClie.exe -Remove-Item VencordInstallerClie.exe +./VencordInstallerCli.exe +Remove-Item VencordInstallerCli.exe } # Enhanced PowerShell Experience