This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Start .gitignore | |
| *.log | |
| .htaccess | |
| /index.php | |
| license.txt | |
| readme.html | |
| sitemap.xml | |
| sitemap.xml.gz | |
| wp-activate.php |
NewerOlder