Skip to content

Instantly share code, notes, and snippets.

@bouncingdan
bouncingdan / verify-me
Created February 26, 2016 11:16
verify-me
Verifying that +bouncingdan is my blockchain ID. https://onename.com/bouncingdan
This is a test, like
green=$(tput setaf 2)
blue=$(tput setaf 4)
cyan=$(tput setaf 6)
bold=$(tput bold)
reset=$(tput sgr0)
PS1='\n\[$cyan\]\w\[$green\]\n>\[$reset\] '
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi