chiark / gitweb /
found
[ian-dotfiles.git] / dot / configs / xprofile
1 #!/bin/bash
2 # Ian Jackson's .xprofile, mostly copied from.... .profile, from
3 # (eng.cam.ac.uk) CUED default .profile for /bin/sh or /bin/ksh initialization,
4 # then customised for Engineering dept system. This version copied
5 # to cl then customised for cl, thence to cam-orl.co.uk, thence
6 # to cus.cam.ac.uk.
7
8 echo '\e[10;0H'
9
10 if [ "`uname -n`" != zealot ]; then
11         echo -n 'Hit return for windows... '
12         read inputline
13 fi
14 if [ "x$inputline" = x ]
15 then
16         exec .configs/x11start
17 else
18         exec $SHELL
19 fi