diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |