1 2 3
# SUPER DARING APP TEMPLATE 1.0# By Peter Cooper
function current_git_branch { git branch 2> /dev/null | grep '\*' | awk '{print $2}'}