chiark / gitweb /
581a36cf83316230a899ca900ada4a83f873bf54
[ian-dotfiles.git] / dot / configs / setenvir
1 #!/bin/sh
2 # Set up the environment:
3
4 PATH=$HOME/personal/linux-i386/bin:$HOME/personal/scripts/bin
5
6
7
8
9
10
11 PATH=$PATH:/usr/lib/ccache:/usr/lib/git-core
12
13
14
15
16 PATH=$PATH:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/sbin:/usr/sbin
17
18
19
20
21
22 PATH=$PATH:/usr/bin/X11
23
24 export PATH
25
26 CDPATH=:..:$HOME:$HOME/things
27 CVS_RSH=ssh
28
29 unset MAILPATH
30
31
32
33
34
35
36 NNTPAUTH="md5cookie1way ijacksonxen"
37 NNTPSERVER=tunnel.chiark.greenend.org.uk
38 export NNTPAUTH NNTPSERVER
39 export GIT_COMMITTER_EMAIL=Ian.Jackson@eu.citrix.com
40
41
42 EDITOR=emacs
43 HISTORY=256
44 HOST=`hostname`
45 LANG=C
46 LESS="-eMfQj10"
47 PAGER=less
48 # PERLLIB=$HOME/personal/linux/lib/perl5
49 PS1="$ "
50 TRNINIT=$HOME/.trninit
51 WWW_HOME=http://www.chiark.greenend.org.uk/~ijackson/
52
53 export CDPATH CVS_RSH CVSROOT EDITOR ESHELL HISTORY HOST LANG LESS
54 export PAGER PERLLIB PS1 TRNINIT WWW_HOME
55
56 # NNTPAUTH
57
58
59 if test -d /mariner64; then
60         XEN_COMPILE_ARCH=x86_32
61         export XEN_COMPILE_ARCH
62 fi
63
64
65 if [ "x$debian_chroot" = x ] && test -f /etc/debian_chroot; then
66         read </etc/debian_chroot debian_chroot
67         debian_chroot="($debian_chroot)"
68         export debian_chroot
69 fi
70
71
72
73 unset ignoreeof
74
75 umask 002