From 2415f840bb571bee151f6460a01593b1a2e3f3a3 Mon Sep 17 00:00:00 2001 From: Ben O'Hara Date: Tue, 12 Jun 2012 22:00:27 +1000 Subject: [PATCH] Add README for macports module --- modules/macports/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/macports/README.md diff --git a/modules/macports/README.md b/modules/macports/README.md new file mode 100644 index 00000000..aa13716e --- /dev/null +++ b/modules/macports/README.md @@ -0,0 +1,27 @@ +Macports +======== + +Defines aliases and paths for macports on OSX. + +Aliases +------- + +### General + + - `pc` clean port tree + - `pi` install a port + - `psu` selfupdate ports + - `puni` uninstall inactive ports + - `puo` upgrade outdated ports + - `pup` selfupdate and upgrade outdated ports + +Authors +------- + +*The authors of this module should be contacted via the [issue tracker][1].* + + - [Robby Russell](https://github.com/robbyrussell) + - [Sorin Ionescu](https://github.com/sorin-ionescu) + +[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues +