Skip to content

Instantly share code, notes, and snippets.

View gnarargs's full-sized avatar

Hunter Gillane gnarargs

  • Initial Capacity [IC]
  • Santa Cruz
View GitHub Profile
first -
/etc/hosts
127.0.0.1 facebook.com
127.0.0.1 www.facebook.com
then -
/etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
alias reload="source ~/bin/dotfiles/bash/aliases"
function ea {
mate -w ~/bin/dotfiles/bash/aliases && reload
}
function eac {
$current_dir=pwd
ea
cd ~/bin/dotfiles && commit_all