Add update alias
This commit is contained in:
@ -61,3 +61,8 @@ if (Test-Path alias:rb) {
|
||||
Remove-Alias -Name rb
|
||||
}
|
||||
Set-Alias -Name rb -Value recycle-bin
|
||||
|
||||
# Add shorthand alias for scoop update and cleanup
|
||||
Function update {
|
||||
sudo scoop update * && sudo scoop cleanup * && scoop cache rm *
|
||||
}
|
Reference in New Issue
Block a user