mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-14 23:31:12 +00:00
8ee9d1bbfe
Add documentation to surface the `zstyle` based alias skipping.
30 lines
782 B
Markdown
30 lines
782 B
Markdown
# MacPorts
|
|
|
|
Defines MacPorts aliases and adds MacPorts directories to path variables.
|
|
|
|
## Aliases
|
|
|
|
Aliases are enabled by default. To disable them, add the following to
|
|
_`${ZDOTDIR:-$HOME}/.zpreztorc`_.
|
|
|
|
```sh
|
|
zstyle ':prezto:module:macports:alias' skip 'yes'
|
|
```
|
|
|
|
- `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/prezto/issues
|