Skip to content

Instantly share code, notes, and snippets.

@sshadmand
sshadmand / bash_profile
Last active August 29, 2015 14:03
Mac Terminal Setup (Alias, ssh, prompt)
alias ll="ls -allh"
alias bb="git branch"
alias bba="git branch -a"
alias master="git checkout master"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa_git
ssh-add ~/.ssh/id_rsa_sharethis
#custom terminal prompt
git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d
IAB_CATEGORIES = {
"IAB1":"Arts & Entertainment",
"IAB1-1":"Books & Literature",
"IAB1-2":"Celebrity Fan/Gossip",
"IAB1-3":"Fine Art",
"IAB1-4":"Humor",
"IAB1-5":"Movies",
"IAB1-6":"Music",
"IAB1-7":"Television",
"IAB2":"Automotive",