Skip to content

Instantly share code, notes, and snippets.

@baopham
Created December 24, 2012 22:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baopham/4370896 to your computer and use it in GitHub Desktop.
Save baopham/4370896 to your computer and use it in GitHub Desktop.
.ackrc
# GistID: 4370896
# Only search with case sensitivity if there is mixed case
--smart-case
# Follow symlinks
--follow
# Colors
--color-filename=bold green
--color-match=bold red
# Force color and header, even in less -R.
--color
--group
# Use "less -r" as my pager
--pager=less -r
# Search all files
-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment