You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alvis Zhao 37330cebdf 加入tmux, zsh和vim配置 6 years ago
..
README.md 加入tmux, zsh和vim配置 6 years ago
_port 加入tmux, zsh和vim配置 6 years ago
macports.plugin.zsh 加入tmux, zsh和vim配置 6 years ago

README.md

Macports plugin

This plugin adds completion for the package manager Macports, as well as some aliases for common Macports commands.

To use it, add macports to the plugins array in your zshrc file:

plugins=(... macports)

Aliases

Alias Command Description
pc sudo port clean --all installed Clean up intermediate installation files for installed ports
pi sudo port install Install package given as argument
psu sudo port selfupdate Update ports tree with MacPorts repository
puni sudo port uninstall inactive Uninstall inactive ports
puo sudo port upgrade outdated Upgrade ports with newer versions available
pup psu && puo Update ports tree, then upgrade ports to newest versions