From 07cad6012a988b5d345c03a44a8aa7dcb0f4e81a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 2 Feb 2009 13:59:56 +0100 Subject: [PATCH] * profiles/profile.skel, profiles/*: source the user's local ~/.screenrc as a last step (allowing for overrides) --- profiles/profile.skel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/profile.skel b/profiles/profile.skel index a74cb3aa..4ef4a623 100644 --- a/profiles/profile.skel +++ b/profiles/profile.skel @@ -30,3 +30,6 @@ hardstatus string '__LOGO__%{=b Wk} %100` %{= Wk} %= %{=b bW}%102`%{= Wk} %{=b r # NOTE: There is an arbitrary limit of being able to change colors 16 times # in this 'hardstatus string'. # See: https://bugs.launchpad.net/bugs/315871 (fixed in Jaunty) + +# Allow local overrides in ~/.screenrc +source ~/.screenrc