Add update alias
This commit is contained in:
parent
87879c7e0f
commit
7e85d5e6a5
@ -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 *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user