On Mon, Apr 13, 2015 at 01:28:13PM -0500, Gregory Elliott wrote: > Hi, > I can't find my .screenrc file. I have check for ~/.screenrc and for > /etc/.screenrc but I can't find it. I have used screen on my computer > so it is installed. I'm just not sure where the configuration file is. > Can you help me please?
Right. If you have your own screen config file, you would put it at $HOME/.sceenrc. But the one at /etc is spelled /etc/screenrc (no dot). Here is a snippet from the screen man page: # ====================================== /etc/screenrc screen initialization commands $SCREENRC $HOME/.screenrc Read in after /etc/screenrc # ====================================== You can also use the -c command line option to specify a configuration file at a different location. Dave -- Dave Kuhlman http://www.davekuhlman.org _______________________________________________ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users