mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/share/byobu/profiles/tmux: LP: #1273685
- remove double sourcing of local .tmux.conf
This commit is contained in:
parent
3c5e3a945e
commit
2ac6910b8c
2 changed files with 2 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue