mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/bin/byobu-enable-prompt:
- the @ symbol in the color prompt was hard to read
This commit is contained in:
parent
787f7f310a
commit
340d81eff1
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue