diff options
Diffstat (limited to 'host:paranoid')
-rw-r--r-- | host:paranoid/Aliases.zsh | 16 | ||||
-rw-r--r-- | host:paranoid/Environment.zsh | 12 |
2 files changed, 0 insertions, 28 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' diff --git a/host:paranoid/Environment.zsh b/host:paranoid/Environment.zsh deleted file mode 100644 index 07f3bad..0000000 --- a/host:paranoid/Environment.zsh +++ /dev/null @@ -1,12 +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. -## -#export PRINTER=Gertrude -export PRINTER=Berthe |