summaryrefslogtreecommitdiff
path: root/host:paranoid/Aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'host:paranoid/Aliases.zsh')
-rw-r--r--host:paranoid/Aliases.zsh16
1 files changed, 0 insertions, 16 deletions
diff --git a/host:paranoid/Aliases.zsh b/host:paranoid/Aliases.zsh
deleted file mode 100644
index 330f68d..0000000
--- a/host:paranoid/Aliases.zsh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/zsh
-##
-## Part of configuration files for Zsh 4
-## by Hugues Hiegel <hugues@nullpart.net>
-##
-## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
-##
-## You are encouraged to use, modify, and redistribute
-## these files with or without this notice.
-##
-
-## Paranoid specifics aliases
-
-a mailstats='mailstat -mo ~/.procmail/procmail.log'
-a mails='mailstat -k ~/.procmail/procmail.log | egrep -v "## .*:" ; cat ~/.procmail/procmail.log >> ~/.procmail/procmail.log.old ; echo -n > ~/.procmail/procmail.log'
-a junkmail='mutt -f ~/Mail/junk.gz'