mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 05:23:20 -07:00
* usr/share/byobu/profiles/tmux:
- add a comment about motd printing
This commit is contained in:
parent
a87ac2f54b
commit
960e6a298b
2 changed files with 4 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -39,6 +39,8 @@ byobu (5.127) unreleased; urgency=medium
|
||||||
- try to support zsh and other shells in addition to bash
|
- try to support zsh and other shells in addition to bash
|
||||||
* usr/bin/byobu-shell.in:
|
* usr/bin/byobu-shell.in:
|
||||||
- update getting started to byobu.org
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
|
|
||||||
# Must set default-command to $SHELL, in order to not source ~/.profile
|
# Must set default-command to $SHELL, in order to not source ~/.profile
|
||||||
# BUG: Should *not* hardcode /bin/bash here
|
# 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 default-command $SHELL
|
||||||
|
|
||||||
set -g status-bg $BYOBU_DARK
|
set -g status-bg $BYOBU_DARK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue