Skip to content

Instantly share code, notes, and snippets.

#===============================================================
# FROM,
# 1. http://tldp.org/LDP/abs/html/sample-bashrc.html
# 2. git://github.com/chenkaie/DotFiles.git
# Source global definitions (if any)
if [ -f /etc/bashrc ]; then
. /etc/bashrc # --> Read /etc/bashrc, if present.
fi
[apply]
whitespace = nowarn
[user]
name = Chen Bin
email =chenbin.sh@gmail.com
[core]
# @see http://comments.gmane.org/gmane.comp.version-control.git/166098
filemode = true
ignorecase = false
autocrlf = false