chiark / gitweb /
Files found on jura.
[ian-dotfiles.git] / files / _.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 #(hidebackups &)
10 echo -n 'Hit return for windows... '
11 read inputline
12 if [ "x$inputline" = x ]
13 then
14         exec .configs/x11start
15 else
16         exec $SHELL
17 fi