Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created August 22, 2011 18:17
Show Gist options
  • Save pifantastic/1163080 to your computer and use it in GitHub Desktop.
Save pifantastic/1163080 to your computer and use it in GitHub Desktop.
alias ..='cd ..'
alias ...='cd ../..'
alias ~='cd ~'
alias ll='tree --dirsfirst -CFupDaLg 1'
# Fire ze missiles!
# ex. nuke @dev, or nuke @test
function nuke() {
sudo /etc/init.d/varnish restart;
sudo /etc/init.d/httpd restart;
sudo /etc/init.d/memcached restart;
drush $1 cc all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment