source: configuration/dot.tcshrc @ 1

Last change on this file since 1 was 1, checked in by laurentgarnier, 19 years ago

Initial import

File size: 3.4 KB
Line 
1umask 002
2set history=1000
3
4alias ll "ls -al"
5alias h history
6alias setCVSROOT :pserver:garnier@cvsserver.lal.in2p3.fr:/projects/cvs
7alias DISP_WIN "setenv DISPLAY 134.158.88.172:0.0"
8
9
10setenv LS_COLORS "no=00:fi=00:di=01;37:ln=01;32:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:*.exe=01;39:*.com=01;39:*.sh=01;39:*.csh=01;39:*.tar=01;37:*.tgz=01;37:*.arj=01;37:*.taz=01;37:*.lzh=01;37:*.zip=01;37:*.z=01;37:*.Z=01;37:*.gz=01;37:*.bz2=01;37:*.bz=01;37:*.tz=01;37:*.rpm=01;37:*.jpg=01;32:*.gif=01;32:*.bmp=01;32:*.xbm=01;32:*.cpp=01;36:*.cxx=01;36:*.h=01;33:*.xpm=01;32:*.png=01;32:*.tif=01;32:*.onx=01;32:"
11
12alias 2lx1 "telnet lx1"
13alias 2auger5 "ssh auger5 -X -l garnier"
14alias 2atlas "ssh atlas -X -l garnier"
15alias 2asc "telnet asc"
16#alias findrsc "find . -name \"*.h\" -print -exec grep "GDK_WINDOW_PIXMAP" {} \;"
17echo "l"
18if (`uname` == "Darwin") then
19    source ~/darwin.csh
20endif
21echo "l"
22
23if ((`hostname` == "atlas.lal.in2p3.fr") || (`hostname` == "auger8.lal.in2p3.fr") || (`hostname` == "auger5.lal.in2p3.fr")) then
24    unalias xemacs;source ~/auger5_rh93_gcc332.csh
25endif
26if (`hostname` == "lx1.lal.in2p3.fr") then
27    source ~/lx1_rh72_gcc332.csh
28endif
29
30if ((`hostname` == "lx1.lal.in2p3.fr") || (`hostname` == "auger8.lal.in2p3.fr") || (`hostname` == "atlas.lal.in2p3.fr") || (`hostname` == "auger5.lal.in2p3.fr")) then
31    alias TCSHput "cd ~/Work/divers/;cp ~/darwin.csh ~/auger5_rh93_gcc332.csh ~/lx1_rh72_gcc332.csh .;cp ~/.tcshrc dot.tcshrc;tar -czvf xemacs  ~/.xemacs;cvs update ; cvs commit -m ''"
32    alias TCSHget "cd ~/Work/divers/;cvs update;cp darwin.csh auger5_rh93_gcc332.csh lx1_rh72_gcc332.csh ~/.; cp dot.tcshrc ~/.tcshrc; tar -xzvf xemacs;mv .xemacs ~/."
33
34    alias 2HEPVis "cd /projects/HEPVis/v6r5"
35    alias 2SOPOVAMA "cd /projects/SoPovama/SoPovama"
36    alias 2POVAMA "cd /projects/POVAMA/v2r1"
37    alias 2AGORA "cd /projects/Agora/v2r0"
38    alias 2ATLAS_GEOMODEL "cd /exp/atlas/projects/graphics/DetectorDescription/GeoModel/GeoModelGraphics/GeoModelGraphics-00-00-26"
39    alias CMT  source /lal/CMT/v1r14p20031120/mgr/setup.csh
40    alias dot "/lal/Grafviz/Linux/bin/dot"
41    alias xp "2HEPVis; cd cmt; xemacs ../source/SoPlotter.cxx ../source/SoAxis.cxx ../source/SoAxisGroup.cxx ../application/Axis.cxx ../application/plotter.cxx; xemacs ../include/HEPVis/nodekits/SoPlotter.h  ../include/HEPVis/nodekits/SoAxis.h  ../include/HEPVis/nodekits/SoAxisGroup.h&; setLD"
42    alias xh "2HEPVis; cd cmt; xemacs ../source/SbHatch.cxx ../source/SoHatching.cxx  ../applications/HatchBox.cxx  ../include/HEPVis/nodes/SoHatching.h ../include/HEPVis/SbHatch.h &; setLD"
43    alias xpov "2SOPOVAMA;cd /cmt; xemacs ../source/SoPovama.cpp ../applications/PovamaAtlas.cpp ../SoPovama/SoPovama.h&; setLD "
44    alias wh "2HEPVis;cd cmt; source ${CMTROOT}/mgr/setup.csh;cmt config;source setup.csh"
45    alias wp "2SOPOVAMA;cd cmt; source ${CMTROOT}/mgr/setup.csh;cmt config;source setup.csh"
46    alias plot " wh;xp"
47    alias hatch " wh;xh"
48    alias pov " wp;xpov"
49endif
50   
51if ($?REMOTEHOST) then
52  if ($REMOTEHOST == "pc-88172.lal.in2p3.fr") then
53      DISP_WIN
54  endif
55endif
56alias setLD "setenv LD_LIBRARY_PATH /usr/lib;"
57
58
59#////////////////  Divers ///////////////////
60
61
62#alias buildHEPVisXt "cd ${OPENROOT};cd CoinGL/v1r200p1/cmt/;rm -rf ../${CMTCONFIG}/lib*;make;cd ../../../CoinXt/v1r50p2/cmt/;rm -rf ../${CMTCONFIG}/*;make;make Xt;cd ../../../HEPVis/v6r5/cmt/ ; rm -rf ../${CMTCONFIG}/* ; make ; make HEPVisXt ; make PolyhedronXt; make app_Xt ";
63
64echo "";
65echo "ok...";
66echo "";
Note: See TracBrowser for help on using the repository browser.