Is there a way to launch Screen with a specific .screenrc file, instead of the one in my home directory?
Asked
Active
Viewed 3,569 times
1 Answers
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