# HG changeset patch # User Jeff Hammel # Date 1368574004 25200 # Node ID 266d6b3373737f8d77e5cbbbcb966d9a5558296a # Parent 1a177f9b51d48ac238e2ae62502f0505502596bd still doesnt work but what the fuck diff -r 1a177f9b51d4 -r 266d6b337373 .bashrc --- 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 }