Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kalin on github.
  • I am krh (https://keybase.io/krh) on keybase.
  • I have a public key ASBRKU7tPqF5h9V0ibGxNYOI36hTK0Pmo3ctxRf8Ehlk8wo

To claim this, I am signing this object:

@kalin
kalin / gist:99646
Created April 22, 2009 07:36
~/.gitconfig useful options, mostly from http://skwpspace.com/git-workflows-book/
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[gc]
auto = 1
[merge]
@kalin
kalin / gist:92837
Created April 10, 2009 00:20
a .bash_profile for men and women who use os x
#
# Your previous .profile (if any) is saved as .profile.dpsaved
# Setting the path for DarwinPorts.
export PATH=/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:/Users/kalin/bin/:$PATH
export DISPLAY=:0.0
# enable color support of ls and also add handy aliases
#if [ "$TERM" != "dumb" ]; then
# eval "`dircolors -b`"