summaryrefslogtreecommitdiff
path: root/net:sweethome/host:prunelle/Environment.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@openwide.fr>2009-06-05 11:11:05 +0200
committerHugues Hiegel <hugues.hiegel@openwide.fr>2009-06-05 11:11:05 +0200
commit480e555229ff44478b9b3bdc3d2eee78c9ca8130 (patch)
treeda85dcbc90d383262f576348bf9673cd9eb3bc58 /net:sweethome/host:prunelle/Environment.zsh
parent8865b771cf355eb00466e9b0f501c14f9979e144 (diff)
parentbcd0823d15c93d0c6ec404860bb45aa8b4e6d283 (diff)
Merge branch 'master' of maison:/git/zdotdir
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