* usr/bin/byobu-enable-prompt:

- the @ symbol in the color prompt was hard to read
This commit is contained in:
Dustin Kirkland 2013-08-02 15:17:57 -05:00
commit 340d81eff1
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

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

View file

@ -24,7 +24,7 @@ PKG="byobu"
byobu-disable-prompt || true
cat >>"$HOME/.bashrc" <<EOF
PS1="${debian_chroot:+($debian_chroot)}\[\e[00;31m\]\u\[\e[00;30m\]@\[\e[00;36m\]\h\[\e[00m\]:\[\e[00;32m\]\w\[\e[00m\]\$ " #byobu-prompt#
PS1="${debian_chroot:+($debian_chroot)}\[\e[00;31m\]\u\[\e[00m\]@\[\e[00;36m\]\h\[\e[00m\]:\[\e[00;32m\]\w\[\e[00m\]\$ " #byobu-prompt#
export TERM="xterm-256color" #byobu-prompt#
EOF