From a7ab0284ca57ccdc723afb3739380f48be60338c Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 22 May 2008 17:05:37 +0200 Subject: Sweethome ! --- net:sweethome/host:prunelle/Environment.zsh | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net:sweethome/host:prunelle/Environment.zsh (limited to 'net:sweethome/host:prunelle/Environment.zsh') diff --git a/net:sweethome/host:prunelle/Environment.zsh b/net:sweethome/host:prunelle/Environment.zsh new file mode 100644 index 0000000..219e88e --- /dev/null +++ b/net:sweethome/host:prunelle/Environment.zsh @@ -0,0 +1,32 @@ +#!/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. +## + +if ( [ "`uname -s`" = "Darwin" ] ) +then + export DISPLAY=:0 + + ## Fink / DarwinPorts + + MANPATH=/usr/share/man + INFOPATH=/usr/share/info + + for i in usr/X11R6 dp sw ; do + export PATH=$PATH:/$i/bin:/$i/sbin + export MANPATH=$MANPATH:/$i/share/man + export INFOPATH=$INFOPATH:/$i/share/info + done + + typeset -gU PATH MANPATH INFOPATH +fi + +PS1_USER="1" +PS1_USER_SSH="$PS1_USER" +PS1_ROOT="31;1" -- cgit v1.2.3