summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-30 15:01:31 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-30 15:01:31 -0500
commitdca8a9c3161d828869970e6698ae5ca547f98b52 (patch)
tree15e4c3f79688fcf82cd1baf40fadfb5370a7d5fb /bashrc
parentdae50b17718ae89fa5b1d1e700f0eb95087b0e3c (diff)
downloadconf-dca8a9c3161d828869970e6698ae5ca547f98b52.tar.gz
conf-dca8a9c3161d828869970e6698ae5ca547f98b52.zip
add vack alias (sartak++)
Diffstat (limited to 'bashrc')
-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 {{{