Merge "Launch screen with bash as shell"

This commit is contained in:
Jenkins 2012-02-10 17:59:21 +00:00 committed by Gerrit Code Review
commit 84963f59b3

View File

@ -1291,7 +1291,7 @@ function screen_it {
}
# create a new named screen to run processes in
screen -d -m -S stack -t stack
screen -d -m -S stack -t stack -s /bin/bash
sleep 1
# set a reasonable statusbar
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"