From 0b81b2ea9a67e76bdd56bee25052316ab4ee5626 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 19 Jun 2008 14:05:04 +0200 Subject: etc/functions: chpwd: Show existence of makefiles --- etc/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/functions b/etc/functions index 4a7c82c..113560f 100644 --- a/etc/functions +++ b/etc/functions @@ -54,6 +54,7 @@ chpwd () { [ -d .hg ] && pstags+='hg ' [ -d .git ] && pstags+='git ' [ -d .svn ] && pstags+='svn ' + [ -f Makefile -o -f makefile ] && pstags+='make ' source $ZDIR/prompt } -- cgit v1.2.3