From: Ian Jackson Date: Fri, 20 May 2016 15:54:36 +0000 (+0100) Subject: Do not prompt - focus does not work on new zealot for some reason X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=e6b18e635e78a102157862acad1995a8896be6ab Do not prompt - focus does not work on new zealot for some reason --- diff --git a/dot/configs/xprofile b/dot/configs/xprofile index 2a5ba1d..6304c78 100755 --- a/dot/configs/xprofile +++ b/dot/configs/xprofile @@ -7,8 +7,10 @@ echo '' -echo -n 'Hit return for windows... ' -read inputline +if [ "`uname -n`" != zealot ]; then + echo -n 'Hit return for windows... ' + read inputline +fi if [ "x$inputline" = x ] then exec .configs/x11start