From 81ac4a06bff278f07620804b7d4120342b1f6522 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Apr 2010 09:46:48 +0200 Subject: Add readahead alias --- etc/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/.zshrc b/etc/.zshrc index 9fc59dd..535285d 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -366,7 +366,7 @@ alias alllr='for i in **/*(@);' alias allr='for i in **/*;' # }}} -# {{{ Short (similar to default options) +# {{{ Misc alias dua='du --apparent-size' @@ -395,6 +395,8 @@ alias mate='decrement ~/stuff/$(cat ~/var/tmp/.actual-location)/mateguthaben' alias x='unsetopt bg_nice; startx &! exit' +alias readahead='cat **/*(-.) > /dev/null' + # }}} if [[ $distro == debian ]] { #{{{ -- cgit v1.2.3