Merge "Launch screen with bash as shell"
This commit is contained in:
2
stack.sh
2
stack.sh
@@ -1291,7 +1291,7 @@ function screen_it {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# create a new named screen to run processes in
|
# 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
|
sleep 1
|
||||||
# set a reasonable statusbar
|
# set a reasonable statusbar
|
||||||
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"
|
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"
|
||||||
|
Reference in New Issue
Block a user