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-04 17:43:06 +00:00
parent 34b914314c
commit 97923e802e

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