--- a/.hgrc Fri Jan 22 16:21:58 2010 -0500
+++ b/.hgrc Mon Jan 25 09:01:42 2010 -0500
@@ -71,8 +71,8 @@
track.current = True
[defaults]
-diff = --color always
-status = --color always
+diff = --color auto
+status = --color auto
serve = --style=gitweb
rebase = --keepbranches
addremove = --similarity 100
--- a/.zshrc Fri Jan 22 16:21:58 2010 -0500
+++ b/.zshrc Mon Jan 25 09:01:42 2010 -0500
@@ -58,4 +58,5 @@
# Pre-Prompt Command ---------------------------------------------------------
function precmd () {
z --add "$(pwd -P)"
+ title zsh "$(pwd)"
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/zsh/misc.zsh Mon Jan 25 09:01:42 2010 -0500
@@ -0,0 +1,2 @@
+alias pbc='pbcopy'
+alias pbp='pbpaste'
\ No newline at end of file