mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 11:50:07 +00:00
feat(macports): add 'reclaim' to completion list for Macports (#9521)
The sub-command `reclaim` is quite useful for freeing up disk space. `reclaim` is a useful command that is missing from the list of completions in the plugin. The description is for the `reclaim` sub-command is: "port reclaim will find files that can be removed to reclaim disk space by uninstalling inactive ports on your system as well as unnecessary unrequested ports, and removing unneeded or unused installation files. The user is then provided interactive options for files to remove. No files are removed initially, until the user selects them from the provided list." For all the details use this command on a system with Macports installed: `port help reclaim`
This commit is contained in:
parent
6b8b6253d2
commit
fae34b383d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ subcmds=(
|
||||||
'provides'
|
'provides'
|
||||||
'rdependents'
|
'rdependents'
|
||||||
'rdeps'
|
'rdeps'
|
||||||
|
'reclaim'
|
||||||
'rpmpackage'
|
'rpmpackage'
|
||||||
'search'
|
'search'
|
||||||
'selfupdate'
|
'selfupdate'
|
||||||
|
|
Loading…
Reference in a new issue