-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix #107] Add documentation for macports
- Loading branch information
1 parent
ae9d1d4
commit 74867a4
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Macports | ||
======== | ||
|
||
Defines MacPorts aliases and adds MacPorts directories to path variables. | ||
|
||
Aliases | ||
------- | ||
|
||
- `portc` cleans the files used to build ports. | ||
- `porti` installs a port. | ||
- `ports` searches for a port. | ||
- `portu` upgrades a port. | ||
- `portU` upgrades MacPorts, the ports collection, and outdated ports. | ||
- `portx` uninstalls a port. | ||
- `portX` uninstalls inactive ports. | ||
|
||
Authors | ||
------- | ||
|
||
*The authors of this module should be contacted via the [issue tracker][1].* | ||
|
||
- [Matt Cable](https://github.com/curiousstranger) | ||
- [Sorin Ionescu](https://github.com/sorin-ionescu) | ||
|
||
[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues | ||
|