Skip to content

Instantly share code, notes, and snippets.

View nscornia's full-sized avatar

Nic Cornia nscornia

View GitHub Profile
[user]
name = Nic Cornia
email = nsc@kount.com
username = nsc
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[web]
browser = google-chrome
#===== auto use colored hightlighting aliases
if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then
eval $(dircolors ~/.dircolors)
alias ls='ls -hF --color=auto'
alias grep='grep --color=always'
alias fgrep='fgrep --color=always'
alias egrep='egrep --color=always'
fi