my xfce4 dotfiles
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.

21 lines
735 B

3 years ago
  1. # apache2-macports plugin
  2. Enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/).
  3. To use it, add `apache2-macports` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... apache2-macports)
  6. ```
  7. ## Aliases
  8. | Alias | Function | Description |
  9. |----------------|-----------------------------------------|-----------------------|
  10. | apache2restart | `sudo /path/to/apache2.wrapper restart` | Restart apache daemon |
  11. | apache2start | `sudo /path/to/apache2.wrapper start` | Start apache daemon |
  12. | apache2stop | `sudo /path/to/apache2.wrapper stop` | Stop apache daemon |
  13. ## Contributors
  14. - Alexander Rinass ([email protected])