Skip to content

Instantly share code, notes, and snippets.

View jcasabona's full-sized avatar

Joe Casabona jcasabona

View GitHub Profile
@jcasabona
jcasabona / bash_profile
Last active August 29, 2015 14:16
Some Bash Profile Stuff
#Change color of branch name
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PATH=/usr/local/sbin:$PATH
#Directory Aliases
@jcasabona
jcasabona / wordpress-ignore
Last active November 18, 2015 14:56
WordPress Complete .gitignore
## Start .gitignore
*.log
.htaccess
/index.php
license.txt
readme.html
sitemap.xml
sitemap.xml.gz
wp-activate.php