* usr/share/byobu/profiles/tmux: LP: #1273685

- remove double sourcing of local .tmux.conf
This commit is contained in:
Dustin Kirkland 2014-02-28 16:44:26 -06:00
commit 2ac6910b8c
2 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View file

@ -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

View file

@ -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