summaryrefslogtreecommitdiff
path: root/host:prunelle/Environment.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'host:prunelle/Environment.zsh')
-rw-r--r--host:prunelle/Environment.zsh32
1 files changed, 0 insertions, 32 deletions
diff --git a/host:prunelle/Environment.zsh b/host:prunelle/Environment.zsh
deleted file mode 100644
index 219e88e..0000000
--- a/host:prunelle/Environment.zsh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/zsh
-##
-## Part of configuration files for Zsh 4
-## by Hugues Hiegel <hugues@hiegel.fr>
-##
-## 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"