Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View courtneyfaulkner's full-sized avatar

Courtney Faulkner courtneyfaulkner

View GitHub Profile
@courtneyfaulkner
courtneyfaulkner / 0_reuse_code.js
Created August 22, 2014 16:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@courtneyfaulkner
courtneyfaulkner / gist:235332
Last active November 24, 2015 07:31 — forked from matthewmccullough/gist:47267
Show Git dirty status in your Unix bash prompt, show ls color, simple tree
#!/bin/sh
source /usr/local/etc/bash_completion.d/git-completion.bash
source /usr/local/etc/bash_completion.d/git-flow-completion.bash
source /usr/local/etc/bash_completion.d/git-prompt.sh
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256"
export CLICOLOR=1