From 36acd09a2880e726597596676440e847b70fe321 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 26 Jul 2014 15:55:20 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmuxrc: LP: #1315204 - fix a couple of spots that should use $BYOBU_CONFIG_DIR --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmuxrc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c17b216f..ac9334da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ byobu (5.83) unreleased; urgency=medium - be little smarter about detecting a usable /dev/shm * === added directory usr/share/appdata, usr/share/appdata/byobu.appdata.xml: LP: #1322556 + * usr/share/byobu/profiles/tmuxrc: LP: #1315204 + - fix a couple of spots that should use $BYOBU_CONFIG_DIR -- Dustin Kirkland Tue, 22 Jul 2014 07:21:56 -0700 diff --git a/usr/share/byobu/profiles/tmuxrc b/usr/share/byobu/profiles/tmuxrc index dc9b66f6..9e49136a 100644 --- a/usr/share/byobu/profiles/tmuxrc +++ b/usr/share/byobu/profiles/tmuxrc @@ -22,8 +22,8 @@ # along with this program. If not, see . ############################################################################### -source-file $HOME/.byobu/color.tmux -source-file $HOME/.byobu/datetime.tmux +source-file $BYOBU_CONFIG_DIR/color.tmux +source-file $BYOBU_CONFIG_DIR/datetime.tmux source-file $BYOBU_CONFIG_DIR/profile.tmux source-file $BYOBU_CONFIG_DIR/keybindings.tmux #source-file $BYOBU_CONFIG_DIR/windows.tmux