Last active
August 29, 2015 14:14
-
-
Save bryanburgers/9258991073b4b16a9b94 to your computer and use it in GitHub Desktop.
Recent changes to my .bashrc file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
# 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