chiark / gitweb /
upgraded gitk
[ian-dotfiles.git] / from-cvs / files / _.profile
1 # Ian Jackson's .profile now in CVS
2
3 . .configs/setenvir
4
5 echo --------------------------------------------------
6 uptime
7
8 if [ "x$TERM" = "xnetwork" ]
9 then
10         defterm=vt100
11         echo -n "Terminal type (default=$defterm) ... "
12         read TERM
13         [ "x$TERM" = x ] && TERM=$defterm
14         export TERM
15 fi
16
17 [ "x`tty`" = x/dev/console ] || stty cs8 2>/dev/null || true
18
19 exec $SHELL