mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,
Bug #328365
This commit is contained in:
parent
f937eef195
commit
8f540a753d
3 changed files with 3 additions and 7 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
screen-profiles (1.23) UNRELEASED; urgency=low
|
screen-profiles (1.23-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
*
|
* profiles/common, profiles/plain: remove double-sourcing of /etc/screenrc,
|
||||||
|
LP: #328365
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Feb 2009 22:34:36 -0600
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,6 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Let's start with the Debian packaged default;
|
|
||||||
# it has some sane defaults, and fix some bugs
|
|
||||||
source /etc/screenrc
|
|
||||||
|
|
||||||
# Now, let's override with our customizations
|
# Now, let's override with our customizations
|
||||||
startup_message off
|
startup_message off
|
||||||
vbell off
|
vbell off
|
||||||
|
|
|
@ -19,5 +19,4 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
source /etc/screenrc
|
|
||||||
source ~/.screenrc
|
source ~/.screenrc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue