We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c6c2fa + 0cbe851 commit 84963f5Copy full SHA for 84963f5
1 file changed
stack.sh
@@ -1291,7 +1291,7 @@ function screen_it {
1291
}
1292
1293
# create a new named screen to run processes in
1294
-screen -d -m -S stack -t stack
+screen -d -m -S stack -t stack -s /bin/bash
1295
sleep 1
1296
# set a reasonable statusbar
1297
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"
0 commit comments