Merge "Launch screen with bash as shell"
diff --git a/stack.sh b/stack.sh
index 625328f..c4d08d9 100755
--- a/stack.sh
+++ b/stack.sh
@@ -1291,7 +1291,7 @@
 }
 
 # 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"