summaryrefslogtreecommitdiff
path: root/net:coframi-velizy.com
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-09-23 11:49:54 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:10 +0100
commit677e279659989347460af25ff52c7b3554efb843 (patch)
tree42eb491ca791fb1b4c74e6055f7a1f573b654bd7 /net:coframi-velizy.com
parent2052b6ba7ecd7ba7a719a8826cdfc1a1a228cafc (diff)
=?utf-8?q?Nombreuses=20mises=20=C3=A0=20jour,
=20en=20particulier=20les=20couleurs=20du=20prompt=20yAy?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@273 a0e5b806-a6f9-0310-978d-cbce73f8a913
Diffstat (limited to 'net:coframi-velizy.com')
-rw-r--r--net:coframi-velizy.com/Environment.zsh16
-rw-r--r--net:coframi-velizy.com/Hashes.zsh11
2 files changed, 20 insertions, 7 deletions
diff --git a/net:coframi-velizy.com/Environment.zsh b/net:coframi-velizy.com/Environment.zsh
index 9569dee..27997ce 100644
--- a/net:coframi-velizy.com/Environment.zsh
+++ b/net:coframi-velizy.com/Environment.zsh
@@ -9,12 +9,24 @@
## 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/openrg/mips-linux-uclibc/bin
-#typeset -gU PATH MANPATH
+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/
diff --git a/net:coframi-velizy.com/Hashes.zsh b/net:coframi-velizy.com/Hashes.zsh
index c869707..ef2666f 100644
--- a/net:coframi-velizy.com/Hashes.zsh
+++ b/net:coframi-velizy.com/Hashes.zsh
@@ -1,5 +1,6 @@
-
-hash -d dev=/developpement/nes/sagem-box/hhiegel
-hash -d public=/public/nes
-hash -d tftp=~public/pc-test/tftp/
-
+hash -d dev=/developpement/$WORKSTATION/sagem-box/$(whoami)
+hash -d public=/public/$WORKSTATION
+hash -d Public=/public/$(hostname -s)
+hash -d archives=/projets/sagem-box/archives
+hash -d doc=/projets/sagem-box/doc
+hash -d tftp=/public/$WORKSTATION/tftp