Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
7c3d12c7
Commit
7c3d12c7
authored
May 13, 2011
by
Robby Russell
Browse files
Merge pull request #295 from alexrinass/apache2-macports-plugin
Added start/stop aliases for Apache 2 installation via macports.
parents
d2754402
34f19440
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/apache2-macports/apache2-macports.plugin.zsh
0 → 100644
View file @
7c3d12c7
# commands to control local apache2 server installation
# paths are for osx installation via macports
alias
apache2start
=
'sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start'
alias
apache2stop
=
'sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop'
alias
apache2restart
=
'sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment