Skip to content

Instantly share code, notes, and snippets.

@bryanburgers
Last active August 29, 2015 14:14
Show Gist options
  • Save bryanburgers/9258991073b4b16a9b94 to your computer and use it in GitHub Desktop.
Save bryanburgers/9258991073b4b16a9b94 to your computer and use it in GitHub Desktop.
Recent changes to my .bashrc file
# ...
# Open up WAMP's Apache httpd.conf in Sublime, so I can add a vhost
alias vhosts='/c/Program\ Files/Sublime\ Text\ 2/sublime_text.exe /c/wamp/bin/apache/apache2.4.2/conf/httpd.conf'
# Restart WAMP's Apache to pick up vhost changes
alias apacherestart='NET STOP wampapache && NET START wampapache'
# Edit the hosts file
alias hosts='vi /c/Windows/System32/drivers/etc/hosts'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment