Skip to content

Instantly share code, notes, and snippets.

View peanav's full-sized avatar

Paul Navasard peanav

View GitHub Profile
@peanav
peanav / .tmux.conf
Created December 15, 2015 17:25
My tmux.conf
# Make ESC work right
set -sg escape-time 0
# Make the colors work right
set -g default-terminal "screen-256color"
# set window and pane index to 1 (0 by default)
set-option -g base-index 1
setw -g pane-base-index 1
@peanav
peanav / gist:8482139
Created January 17, 2014 21:38
Postgres Commands
postgres -D /usr/local/var/postgres -- start the db
psql -- cli
ceratedb
\dt -- Show tables
@peanav
peanav / Hue
Last active December 15, 2015 13:59
Mac Chrome Messing with CSS
echo "body {-webkit-filter: hue-rotate(40deg);}" > ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css