* usr/bin/byobu-disable-prompt:

- clean up all byobu-prompt lines
This commit is contained in:
Dustin Kirkland 2013-08-02 16:00:09 -05:00
commit dcbb42dc99
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -4,6 +4,8 @@ byobu (5.50) unreleased; urgency=low
- ensure TERM gets full color when launching from desktop - ensure TERM gets full color when launching from desktop
* usr/bin/byobu-enable-prompt: * usr/bin/byobu-enable-prompt:
- the @ symbol in the color prompt was hard to read - the @ symbol in the color prompt was hard to read
* usr/bin/byobu-disable-prompt:
- clean up all byobu-prompt lines
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Jul 2013 19:51:39 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Jul 2013 19:51:39 -0500

View file

@ -22,6 +22,6 @@ PKG="byobu"
[ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX [ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX
. "${BYOBU_PREFIX}/lib/${PKG}/include/common" . "${BYOBU_PREFIX}/lib/${PKG}/include/common"
$BYOBU_SED -i -e "/^PS1=.*#byobu-prompt#$/d" "$HOME/.bashrc" $BYOBU_SED -i -e "/#byobu-prompt#$/d" "$HOME/.bashrc"
# vi: syntax=sh ts=4 noexpandtab # vi: syntax=sh ts=4 noexpandtab