Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Just a question for the experts that I know will help me. ;)
What is the .screenrc file for? I have seen it in some dotfiles repos and such but I don't quite understand what it's for.

Judging from the name it sets settings for the Terminal itself, not the shell, am I correct on this? I suppose not, in that case, what is it actually for? And does it change from shell to shell?

Thanks for your help!
- Eduan

share|improve this question

1 Answer

up vote 4 down vote accepted

~/.screenrc is the user-specific configuration file for GNU Screen. You can find more information in the user manual.

share|improve this answer
Ah I see, OK, don't know how I didn't think of that. Basically the equivalent of .tmux.conf but for Screen. Thanks! – Eduan Dec 24 '12 at 20:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.