-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.csh
80 lines (69 loc) · 2.17 KB
/
.env.csh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#!/bin/tcsh
#
# Environment vor csh-like shells
#
## Use C as default language, but nowadays UTF should be good enough
## setenv LANG "C"
# Try to set utf locale. Note that depending on the unix it might be
# utf8 or UTF-8 or ...
setenv LANG `locale -a | grep -i "en_GB.utf"`
setenv USERNAME $USER
## setenv TEMP "$HOME/tmp"
## setenv TMP "$HOME/tmp"
## setenv temp "$HOME/tmp"
## setenv tmp "$HOME/tmp"
setenv PAGER "less"
setenv TIME "User: %Us Kernel: %Ss Total: %Es CPU: %P"
setenv LESSOPEN "|${HOME}/bin/generic/lesspipe %s"
if ( -e `which vim` ) then
if ( ${?DISPLAY} ) then
setenv VISUAL "vim"
setenv EDITOR "vim"
else
setenv VISUAL "gvim -f"
setenv EDITOR "gvim -f"
endif
else
setenv VISUAL "vi"
setenv EDITOR "vi"
endif
setenv INPUTRC "$HOME/.inputrc"
setenv TEXINPUTS ".:$HOME/tex/inputs:"
setenv BSTINPUTS ".:$HOME/tex/bst:"
setenv BIBINPUTS ".:$HOME/tex/bib:"
setenv CHOICESPATH "$HOME/GNUstep/Choices"
# setenv XDG_CONFIG_HOME "$HOME/GNUstep/Choices"
# setenv XDG_CONFIG_DIR "$HOME/GNUstep/Choices"
# RedHat Handles the manpath differently
if (-e /etc/redhat-release) then
setenv MANPATH "$HOME/man:/usr/local_hp/TeX/man":`/usr/bin/man -w`
endif
setenv PILOTRATE "57600"
setenv PILOTRATE "115200"
setenv PILOTPORT "/dev/ttyUSB1"
# for BlueTooth sync use net:any and dund
setenv PILOTPORT "net:any"
setenv CMAIL_DIR "$HOME/GNUstep/Chess/cmail"
setenv CMAIL_ARCDIR "$HOME/GNUstep/Chess/cmail/archive"
# unsetenv LESSOPEN
# setenv CVSROOT :ext:arwagner@wptx44.physik.uni-wuerzburg.de:/users/arwagner/.cvsroot
setenv CVS_RSH "ssh"
setenv CVSROOT "$HOME/.cvsroot"
# To use CERN-Libraries and programs
setenv CERN /usr/local/HEP/cernlib
setenv CERNLEVEL pro
setenv CERN_ROOT "$CERN/$CERNLEVEL"
# FORM Search path for procedures (*.prc)
setenv FORMPATH "$HOME/lib/form:./:"
# PERL additional libraries
setenv PERL5LIB "$HOME/lib/perl/site_perl"
##
## Environment for Intel Compilers
##
#source /usr/local/intel/compiler/bin/ifortvars.csh
#source /usr/local/intel/compiler/bin/iccvars.csh
#
##
## Environment for Lahey Fortran Compiler
##
#source /usr/local/OHL/lf9561/csh_setup