Skip to content

Instantly share code, notes, and snippets.

View benjamin-chang's full-sized avatar

Benjamin Chang benjamin-chang

View GitHub Profile

Keybase proof

I hereby claim:

  • I am benjamin-chang on github.
  • I am bchang (https://keybase.io/bchang) on keybase.
  • I have a public key whose fingerprint is D416 4DE8 9C3B F90C BAB3 3537 37AF 3082 50E5 2455

To claim this, I am signing this object:

@benjamin-chang
benjamin-chang / prompt
Last active January 4, 2016 20:39 — forked from wballard/prompt
#!/usr/bin/env bash
RED="\[$(tput setaf 1)\]"
YELLOW="\[$(tput setaf 3)\]"
GREEN="\[$(tput setaf 2)\]"
BLUE="\[$(tput setaf 4)\]"
WHITE="\[$(tput setaf 7)\]"
BOLD="\[$(tput bold)\]"
NORMAL="\[$(tput sgr0)\]"