Mercurial > hg > config
changeset 303:266d6b337373
still doesnt work but what the fuck
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 14 May 2013 16:26:44 -0700 |
parents | 1a177f9b51d4 |
children | 7ed290454f50 |
files | .bashrc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Tue May 14 16:21:34 2013 -0700 +++ b/.bashrc Tue May 14 16:26:44 2013 -0700 @@ -95,7 +95,7 @@ } # nice fast find function -EXCLUDES="(\.svn)|(\.mo$)|(\.po$)|(\.pyc$)" +EXCLUDES="(\.svn)|(\.mo$)|(\.po$)|(\.pyc$)|(\.hg$)|(\.git$)" ff() { if (( $# < 2 )) @@ -414,6 +414,7 @@ if [ -e $MENU ] then # XXX could be safer + # XXX ...along with the fluxbox menu option o_O html2flux.py $MENU > ~/.fluxbox/applications fi }