Created
December 31, 2011 20:17
-
-
Save brianegge/1545221 to your computer and use it in GitHub Desktop.
.bash_common
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GREP_OPTIONS=--color=auto | |
ffind () | |
{ | |
find . -name ".svn" -prune -o -name "CVS" -prune -o -name ".hg" -prune -o -exec grep --color=auto "$@" {} + | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my .ackrc file:
--type-set=fm=.ftl
--type-set=mako=.mako
--type-set=spec=.spec
--type-set=scss=.scss
--type-set=coffee=.coffee
--type-add=python=.mako
--type-set=ini=.ini
--type-set=ejs=.ejs
--type-set=txt=.txt
--type-set=css=.css
--type-set=fm=.ftl
--type-set=mako=.mako
--type-set=spec=.spec
--type-set=scss=.scss
--type-set=coffee=.coffee
--type-add=python=.mako
--type-set=ini=.ini
--type-set=ejs=.ejs
--type-set=txt=.txt
--type-set=css=.css