* usr/share/byobu/profiles/tmux:

- add a comment about motd printing
This commit is contained in:
Dustin Kirkland 2018-08-12 10:52:53 -05:00
commit 960e6a298b
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500

View file

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