Skip to content

Instantly share code, notes, and snippets.

module.exports = {
defaultBrowser: 'Safari',
handlers: [
// Anything localhost should open in Opera
{
match: finicky.matchHostnames(['localhost']),
browser: 'Opera',
},
// Launch Google Meet on my first user account
@nickschot
nickschot / PowerlineSymbols.otf
Last active August 29, 2015 14:27 — forked from evanpurkhiser/PowerlineSymbols.otf
Monaco Powerline fixed
SET FOREIGN_KEY_CHECKS=0;
##############################
# SALES TABELLEN
##############################
TRUNCATE `sales_flat_creditmemo`;
TRUNCATE `sales_flat_creditmemo_comment`;
TRUNCATE `sales_flat_creditmemo_grid`;
TRUNCATE `sales_flat_creditmemo_item`;
TRUNCATE `sales_flat_invoice`;