From 960e6a298b750ed1a48ee3cd2b3d0849fa762d9b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 12 Aug 2018 10:52:53 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - add a comment about motd printing --- debian/changelog | 2 ++ usr/share/byobu/profiles/tmux | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5038bbfd..58f3d8d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,8 @@ byobu (5.127) unreleased; urgency=medium - try to support zsh and other shells in addition to bash * usr/bin/byobu-shell.in: - update getting started to byobu.org + * usr/share/byobu/profiles/tmux: + - add a comment about motd printing -- Dustin Kirkland Sun, 27 May 2018 18:07:11 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 72be7548..ad73ded8 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -75,6 +75,8 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@' # Must set default-command to $SHELL, in order to not source ~/.profile # BUG: Should *not* hardcode /bin/bash here +# Use byobu-shell here, to show MOTD, but would do so with every new window and split +#set -g default-command 'exec byobu-shell' set -g default-command $SHELL set -g status-bg $BYOBU_DARK