From 7e46f8b8ea751502049a3f557b25a8d2691e934b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 1 Jun 2009 23:28:03 -0500 Subject: [PATCH] * profiles/byoburc, profiles/profile.skel: move the .screenrc sourcing to the byoburc file Signed-off-by: Dustin Kirkland --- debian/changelog | 5 +++-- profiles/byoburc | 1 + profiles/profile.skel | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e2be44a3..4c8c137a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ byobu (2.8) unreleased; urgency=low - * UNRELEASED + * profiles/byoburc, profiles/profile.skel: move the .screenrc sourcing + to the byoburc file - -- Dustin Kirkland Mon, 01 Jun 2009 13:54:29 -0500 + -- Dustin Kirkland Mon, 01 Jun 2009 23:15:58 -0500 byobu (2.7-0ubuntu1) karmic; urgency=low diff --git a/profiles/byoburc b/profiles/byoburc index 02a84a59..09437bdc 100644 --- a/profiles/byoburc +++ b/profiles/byoburc @@ -21,3 +21,4 @@ source $HOME/.byobu/profile source $HOME/.byobu/windows +source $HOME/.screenrc diff --git a/profiles/profile.skel b/profiles/profile.skel index 29569297..98f45b79 100644 --- a/profiles/profile.skel +++ b/profiles/profile.skel @@ -34,6 +34,3 @@ hardstatus string '%99`%{= Wk} %100`%112`%= %102`%101`%114`%115`%108`%125`%126`% # * https://bugs.launchpad.net/bugs/315871 # Upstream: # * http://savannah.gnu.org/bugs/?22146 - -# Allow local overrides in $HOME/.screenrc -source $HOME/.screenrc