Skip to content

Instantly share code, notes, and snippets.

View moiseshilario's full-sized avatar
✌️

Moisés Hilario Rodrigues moiseshilario

✌️
View GitHub Profile
;(function addSecuritySeals(element, $) {
const styleRules = `
#version-2 #confirm-order-step-bottom { width: auto; }
#version-2 #confirm-order-step-bottom .step { margin: 3px; }
.seals {
display: flex;
justify-content: space-between;
}
@moiseshilario
moiseshilario / start-stop-postgres.md
Last active September 18, 2017 13:41
Start and stop postgres on mac

To start a postgres server

brew services start postgres

To stop a postgres server

brew services stop postgres