# HG changeset patch # User Steve Losh # Date 1264195318 18000 # Node ID f00b5c3f14c10f2bccd673bdc68f3c8344ea340d # Parent 2eeb73d76fc887b1c6d8e0a5888204026bd5daf9 Adjust path, add more git aliases. diff -r 2eeb73d76fc8 -r f00b5c3f14c1 .gitconfig --- a/.gitconfig Thu Jan 21 09:14:02 2010 -0500 +++ b/.gitconfig Fri Jan 22 16:21:58 2010 -0500 @@ -4,6 +4,7 @@ [core] pager = cat +editor = mate -w [alias] gl = log -10 --all --graph --topo-order --pretty='format: %Cgreen%h%Creset %s%Cred%d%Creset%n' @@ -16,6 +17,9 @@ stat = status st = status +unstage = reset HEAD +uns = reset HEAD + [color] branch = auto diff = auto diff -r 2eeb73d76fc8 -r f00b5c3f14c1 .zshrc --- a/.zshrc Thu Jan 21 09:14:02 2010 -0500 +++ b/.zshrc Fri Jan 22 16:21:58 2010 -0500 @@ -24,7 +24,7 @@ # Environment variables ------------------------------------------------------ export EDITOR='vim' -export PATH="/usr/local/bin:$HOME/lib/fmscripts:$HOME/bin:$PATH" +export PATH="/usr/local/bin:/usr/local/sbin:$HOME/lib/fmscripts:$HOME/bin:$PATH" export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" export WORKON_HOME="${HOME}/lib/virtualenvs" export GREP_OPTIONS='--color=auto'