diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index e4a3e82..7d605bd 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -229,6 +229,11 @@ Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/dow Remove-Item VencordInstallerCli.exe } +# CTT Win Util +function winutil { +sudo "irm https://christitus.com/win | iex" +} + # Enhanced PowerShell Experience Set-PSReadLineOption -Colors @{ Command = 'Yellow'