* usr/bin/byobu-shell.in:

- update getting started to byobu.org
This commit is contained in:
Dustin Kirkland 2018-08-12 10:23:25 -05:00
commit a87ac2f54b
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -37,6 +37,8 @@ byobu (5.127) unreleased; urgency=medium
- deprecate interactive mode for byobu-select-profile
* usr/lib/byobu/include/toggle-utf8.in: LP: #1696546
- try to support zsh and other shells in addition to bash
* usr/bin/byobu-shell.in:
- update getting started to byobu.org
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500

View file

@ -36,7 +36,7 @@ if [ ! -e "$FLAG" ]; then
echo " 'byobu-disable' and 'byobu-enable'"
echo
echo "For tips, tricks, and more information, see:"
echo " * http://bit.ly/byobu-help"
echo " * https://bit.ly/byobu-tips"
echo
touch "$FLAG"
fi