Skip to content

Instantly share code, notes, and snippets.

@dira
Created April 3, 2009 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dira/89681 to your computer and use it in GitHub Desktop.
Save dira/89681 to your computer and use it in GitHub Desktop.
# ack
alias ack="ack-grep -i -a"
jack() {
ack $1 --ignore-dir=vendor --ignore-dir=cache --ignore-dir=stubs public/javascripts
}
sack() {
ack $1 public/stylesheets/sass
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment