summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
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 ]] { #{{{