6803ea62d3cb

More zsh stuff.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 25 Jan 2010 09:01:42 -0500
parents f00b5c3f14c1
children 604bc3598a93
branches/tags (none)
files .hgrc .zshrc zsh/misc.zsh

Changes

--- 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