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:
anmiller 2025-03-11 18:34:03 +00:00
parent 7a243ee185
commit 957de95e36

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