From 2ac6910b8c04a23c6e09456f3ec8119e600668d5 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 28 Feb 2014 16:44:26 -0600 Subject: [PATCH] * usr/share/byobu/profiles/tmux: LP: #1273685 - remove double sourcing of local .tmux.conf --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8d79034f..f4e9012d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ byobu (5.74) unreleased; urgency=low * usr/lib/byobu/include/ec2instancespricing.py: LP: #1286367 - merged in updated instance pricing script from https://github.com/erans/ec2instancespricing + * usr/share/byobu/profiles/tmux: LP: #1273685 + - remove double sourcing of local .tmux.conf [ Arminius Silvanus ] * usr/share/byobu/profiles/bashrc: LP: #1280550 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 1922e3c9..fe00877a 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -88,6 +88,3 @@ set -g status-left '#(byobu-status tmux_left)' set -g status-right '#(byobu-status tmux_right)'$BYOBU_DATE$BYOBU_TIME set -g message-bg $BYOBU_ACCENT set -g message-fg white - -# Allow local overrides -source $BYOBU_CONFIG_DIR/.tmux.conf