summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 6156cc4..b69cbcd 100644
--- a/bashrc
+++ b/bashrc
@@ -136,6 +136,9 @@ function pdfcat {
shift
gs -q -sPAPERSIZE=letter -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$out $*
}
+function vack {
+ vim $(ack -la -- $*)
+}
# }}}
# }}}
# bash configuration {{{