ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
551 stars 320 forks source link

Add apt as an alias to winget #18

Closed Husky-Devel closed 1 year ago

Husky-Devel commented 1 year ago

Add apt as an alias to winget.

added

Add apt to winget

function aptfunc { winget }

Set-Alias apt aptfunc

to the alias section to make apt a command for winget