Adjust path, add more git aliases.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 22 Jan 2010 16:21:58 -0500 |
parents |
2eeb73d76fc8
|
children |
6803ea62d3cb
|
branches/tags |
(none) |
files |
.gitconfig .zshrc |
Changes
--- 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
--- 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'