chiark / gitweb /
gitconfig: push.default=simple does not work with wheezy
[ian-dotfiles.git] / dot / configs / setenvir.~1.13.~
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
12 PATH=$PATH:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/sbin:/usr/sbin
13
14
15
16
17
18 PATH=$PATH:/usr/bin/X11
19
20 export PATH
21
22 CDPATH=:..:$HOME:$HOME/things
23 CVS_RSH=ssh
24
25 unset MAILPATH
26
27
28
29
30
31 EDITOR=emacs
32 HISTORY=256
33 HOST=`hostname`
34 LANG=C
35 LESS="-eMfQj10"
36 # NNTPAUTH="md5cookie1way ian"
37 PAGER=less
38 # PERLLIB=$HOME/personal/linux/lib/perl5
39 PS1="$ "
40 TRNINIT=$HOME/.trninit
41 WWW_HOME=http://www.chiark.greenend.org.uk/~ijackson/
42
43 export CDPATH CVS_RSH CVSROOT EDITOR ESHELL HISTORY HOST LANG LESS
44 export PAGER PERLLIB PS1 TRNINIT WWW_HOME
45
46 # NNTPAUTH
47
48
49
50 unset ignoreeof
51
52 umask 002