1

Is there a way to launch Screen with a specific .screenrc file, instead of the one in my home directory?

lairtech
  • 417
  • 7
  • 13

1 Answers1

3

man screen

-c file
    override the default configuration file from "$HOME/.screenrc"  to
    file.

screen --help

-c file       Read configuration file instead of '.screenrc'.
Etan Reisner
  • 1,373
  • 6
  • 15