summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-01 09:46:48 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-01 09:46:48 +0200
commit81ac4a06bff278f07620804b7d4120342b1f6522 (patch)
tree164a5305143a8dc897de7aa4c5e5c28866c59bf9 /etc
parent254e4b4a48ae5a6a0cd84002e6031f4ecfba1707 (diff)
Add readahead alias
Diffstat (limited to 'etc')
-rw-r--r--etc/.zshrc4
1 files changed, 3 insertions, 1 deletions
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 ]] { #{{{