added winutil command
This commit is contained in:
parent
afa08e9209
commit
f351270ab4
@ -229,6 +229,11 @@ Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/dow
|
|||||||
Remove-Item VencordInstallerCli.exe
|
Remove-Item VencordInstallerCli.exe
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# CTT Win Util
|
||||||
|
function winutil {
|
||||||
|
sudo "irm https://christitus.com/win | iex"
|
||||||
|
}
|
||||||
|
|
||||||
# Enhanced PowerShell Experience
|
# Enhanced PowerShell Experience
|
||||||
Set-PSReadLineOption -Colors @{
|
Set-PSReadLineOption -Colors @{
|
||||||
Command = 'Yellow'
|
Command = 'Yellow'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user