From 8af309de1f2de285bf4ef9927a82d677141bacc0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Sep 2008 10:51:18 +0200 Subject: chpwd splitup --- etc/functions/chpwd | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'etc/functions/chpwd') diff --git a/etc/functions/chpwd b/etc/functions/chpwd index cf71865..bf8b4d9 100644 --- a/etc/functions/chpwd +++ b/etc/functions/chpwd @@ -1,10 +1,4 @@ ## vim:ft=zsh -psvar[1]='' -[[ -f .todo ]] && psvar[1]+='todo ' -[[ -f .fehindex.jpg ]] && psvar[1]+='feh ' -[[ -d .hg ]] && psvar[1]+='hg ' -[[ -d .git ]] && psvar[1]+='git ' -[[ -d .svn ]] && psvar[1]+='svn ' -[[ -f Makefile || -f makefile ]] && psvar[1]+='make ' +psvar[1]=$(dirinfo) psvar[2]=$(rtab -f) -- cgit v1.2.3