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