summaryrefslogtreecommitdiff
path: root/host:paranoid
diff options
context:
space:
mode:
Diffstat (limited to 'host:paranoid')
-rw-r--r--host:paranoid/20_Environment.zsh18
-rw-r--r--host:paranoid/70_Aliases.zsh16
2 files changed, 34 insertions, 0 deletions
diff --git a/host:paranoid/20_Environment.zsh b/host:paranoid/20_Environment.zsh
new file mode 100644
index 0000000..8cc126e
--- /dev/null
+++ b/host:paranoid/20_Environment.zsh
@@ -0,0 +1,18 @@
+#!/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
+
+export MANPATH=:$MANPATH
+export PATH=:$PATH
+export INFOPATH=:$INFOPATH
+
+typeset -gU PATH MANPATH INFOPATH PKG_CONFIG_PATH LD_LIBRARY_PATH
diff --git a/host:paranoid/70_Aliases.zsh b/host:paranoid/70_Aliases.zsh
new file mode 100644
index 0000000..986ad6b
--- /dev/null
+++ b/host:paranoid/70_Aliases.zsh
@@ -0,0 +1,16 @@
+#!/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 mailstat='\mailstat -o ~/.procmail/procmail.log | egrep -v "## procmail:"'
+a mails='\mailstat -k ~/.procmail/procmail.log | egrep -v "## procmail:" ; cat ~/.procmail/procmail.log >> ~/.procmail/procmail.log.old ; echo -n > ~/.procmail/procmail.log'
+a junkmail='mutt -f ~/Mail/junk.gz'