summaryrefslogtreecommitdiff
path: root/host:paranoid
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-08-20 19:50:12 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:09 +0100
commit46ac6b2c967768aafe50a5446aab2241ddbcff69 (patch)
tree05c0007a21eaf529518e2bd77f4fb18170139986 /host:paranoid
parent01b231dc56c2335481644728405c7aba037f1f5e (diff)
Grand ménage dans la conf Zsh
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@255 a0e5b806-a6f9-0310-978d-cbce73f8a913
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'