summaryrefslogtreecommitdiff
path: root/etc/functions/chpwd
blob: fd8febae6ff99c0579b7836835802d8253d485cb (plain)
1
2
3
4
5
6
7
8
pstags=''
[ -f .todo ] && pstags+='todo '
[ -f .fehindex.jpg ] && pstags+='feh '
[ -d .hg ] && pstags+='hg '
[ -d .git ] && pstags+='git '
[ -d .svn ] && pstags+='svn '
[ -f Makefile -o -f makefile ] && pstags+='make '
source $ZDIR/prompt