From ceaf53211656fdf298d3215235b3d35d1b58fc03 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 25 Sep 2009 18:58:51 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot-files/_zshrc b/dot-files/_zshrc index 575cb3a..bcbe986 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -74,7 +74,7 @@ function preexec() { # Hook fi } -function chpwd() { # Hook +function precmd() { # Hook local dirinfo=$(print_directory_info $(pwd)) case $dirinfo in @@ -117,7 +117,6 @@ function print_directory_info() { fi fi } -chpwd HISTFILE="$HOME/.zhistory" HISTSIZE=6000000 -- 2.40.0