2021-05-04 01:59:31 +00:00
|
|
|
# MacPorts
|
2012-06-12 20:17:09 +00:00
|
|
|
|
|
|
|
Defines MacPorts aliases and adds MacPorts directories to path variables.
|
|
|
|
|
2021-05-04 01:59:31 +00:00
|
|
|
## Aliases
|
2012-06-12 20:17:09 +00:00
|
|
|
|
2023-05-05 03:21:48 +00:00
|
|
|
Aliases are enabled by default. To disable them, add the following to
|
|
|
|
_`${ZDOTDIR:-$HOME}/.zpreztorc`_.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
zstyle ':prezto:module:macports:alias' skip 'yes'
|
|
|
|
```
|
|
|
|
|
2021-05-04 01:59:31 +00:00
|
|
|
- `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.
|
2012-06-12 20:17:09 +00:00
|
|
|
|
2021-05-04 01:59:31 +00:00
|
|
|
## Authors
|
2012-06-12 20:17:09 +00:00
|
|
|
|
2021-05-05 17:59:01 +00:00
|
|
|
_The authors of this module should be contacted via the [issue tracker][1]._
|
2012-06-12 20:17:09 +00:00
|
|
|
|
2021-05-04 01:59:31 +00:00
|
|
|
- [Matt Cable](https://github.com/curiousstranger)
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
2012-06-12 20:17:09 +00:00
|
|
|
|
2012-09-03 20:08:39 +00:00
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|