# HG changeset patch # User Steve Losh # Date 1264428102 18000 # Node ID 6803ea62d3cb9a47ce8def5ca6282cb3da157610 # Parent f00b5c3f14c10f2bccd673bdc68f3c8344ea340d More zsh stuff. diff -r f00b5c3f14c1 -r 6803ea62d3cb .hgrc --- 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 diff -r f00b5c3f14c1 -r 6803ea62d3cb .zshrc --- 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)" } diff -r f00b5c3f14c1 -r 6803ea62d3cb zsh/misc.zsh --- /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