Make screen default to bash explicitly

Implictly I've never needed this as my user shell has always been bash
but in some containers recently the default shell is /bin/sh
This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent 033500c6bb
commit b0aba1f3e1

View File

@ -1,3 +1,5 @@
# Defaults to using bash as the shell
defshell bash
# Extend scrollback buffer # Extend scrollback buffer
defscrollback 100000 defscrollback 100000
# Disable startup message # Disable startup message