mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-disable-prompt:
- clean up all byobu-prompt lines
This commit is contained in:
parent
340d81eff1
commit
dcbb42dc99
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue