From 46ac6b2c967768aafe50a5446aab2241ddbcff69 Mon Sep 17 00:00:00 2001 From: hugues Date: Sun, 20 Aug 2006 19:50:12 +0000 Subject: Grand ménage dans la conf Zsh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@255 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- host:paranoid/20_Environment.zsh | 18 ++++++++++++++++++ host:paranoid/70_Aliases.zsh | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 host:paranoid/20_Environment.zsh create mode 100644 host:paranoid/70_Aliases.zsh (limited to 'host:paranoid') 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 +## +## 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 +## +## 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' -- cgit v1.2.3