dotfiles/screen/.screenrc
anmiller 957de95e36 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
2025-03-11 18:34:03 +00:00

15 lines
247 B
Plaintext

# Defaults to using bash as the shell
defshell bash
# Extend scrollback buffer
defscrollback 100000
# Disable startup message
startup_message off
# Do not lock the screen
bind x
bind ^x
# Do not write a copy of screen out to disk
bind h
bind ^h