summaryrefslogtreecommitdiff
path: root/net:sweethome/host:prunelle/Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-03-10 11:55:35 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-06-04 23:35:40 +0200
commit18a21d023d93b820ca1e1a876af26e7fd85fc35e (patch)
tree7aa3cead06b34c603a7fee7e5438a1aafbdf5ab9 /net:sweethome/host:prunelle/Environment.zsh
parent595765301aae9c7dafa01aa3d89b654968cb2380 (diff)
[Prunelle] Specific config for Darwin-OS
Diffstat (limited to 'net:sweethome/host:prunelle/Environment.zsh')
-rw-r--r--net:sweethome/host:prunelle/Environment.zsh18
1 files changed, 0 insertions, 18 deletions
diff --git a/net:sweethome/host:prunelle/Environment.zsh b/net:sweethome/host:prunelle/Environment.zsh
index 248b742..e96318b 100644
--- a/net:sweethome/host:prunelle/Environment.zsh
+++ b/net:sweethome/host:prunelle/Environment.zsh
@@ -8,24 +8,6 @@
## 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"
if [ "$OSTYPE" = "linux-gnu" ]
then