mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/share/byobu/profiles/tmuxrc: LP: #1315204
- fix a couple of spots that should use $BYOBU_CONFIG_DIR
This commit is contained in:
parent
ee1bb2a508
commit
36acd09a28
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Tue, 22 Jul 2014 07:21:56 -0700
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
###############################################################################
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue