summaryrefslogtreecommitdiff
path: root/host:paranoid/20_Environment.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'host:paranoid/20_Environment.zsh')
-rw-r--r--host:paranoid/20_Environment.zsh18
1 files changed, 18 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