From fb844d09035578a8c40137567cd8bf2961a5db70 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 6 Dec 2011 10:43:26 +0100 Subject: Cleanup unuseful files --- net:example.com/Environment.zsh | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 net:example.com/Environment.zsh (limited to 'net:example.com/Environment.zsh') diff --git a/net:example.com/Environment.zsh b/net:example.com/Environment.zsh deleted file mode 100644 index d86a417..0000000 --- a/net:example.com/Environment.zsh +++ /dev/null @@ -1,33 +0,0 @@ -## -## 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. -## - -## Mettez le nom de votre station de travail habituelle ici ## -if [ ! -e ~/.workstation ] -then - echo >&2 "Quelle est votre station de travail attitrée ? (`hostname -s`) " && read $workstation - echo ${workstation:-$(hostname -s)} > ~/.workstation -fi -WORKSTATION=$(cat ~/.workstation) - -export LC_ALL=fr_FR -[ "$TERM" = "rxvt-unicode" ] && export TERM=rxvt - -#export PATH=${PATH:+$PATH:}~/souche_linux_pl/tools/bin:/usr/local/urd2/bin:/usr/local/urd2/openrg2_6/mips-linux-uclibc/bin/ -#export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}~/souche_linux_pl/tools/lib -#export MANPATH=${MANPATH:+$MANPATH:}/usr/local/urd2/man:~/souche_linux_pl/tools/man:~/souche_linux_pl/tools/share/man - -PATH=$PATH:/opt/edtm/bin -PATH=$PATH:/opt/openrg/mips-linux-uclibc/bin -typeset -gU PATH MANPATH - -#__PREFIX=/filer1/dev_users/hiegel/souche_linux_pl/tools/ - -export http_proxy="http://proxy:3128" -export ftp_proxy=$http_proxy -- cgit v1.2.3