* usr/share/byobu/profiles/bashrc:

- fix color comment
This commit is contained in:
Dustin Kirkland 2016-04-07 16:03:50 -05:00
commit 1f4e5faf7e
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -9,6 +9,8 @@ byobu (5.105) unreleased; urgency=medium
was unreadable
* usr/bin/byobu-ctrl-a.in:
- silence stderr
* usr/share/byobu/profiles/bashrc:
- fix color comment
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 28 Feb 2016 23:46:26 -0600

View file

@ -47,7 +47,7 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then
}
case "$BYOBU_DISTRO" in
"Ubuntu")
# Use Ubuntu colors (grey / aubergine / orange)
# Use Ubuntu colors (grey / orange / aubergine)
PS1="${debian_chroot:+($debian_chroot)}\[\e[38;5;202m\]\$(byobu_prompt_status)\[\e[38;5;245m\]\u\[\e[00m\]@\[\e[38;5;172m\]\h\[\e[00m\]:\[\e[38;5;5m\]\w\[\e[00m\]\$(byobu_prompt_symbol) "
export GREP_COLORS="ms=01;38;5;202:mc=01;31:sl=:cx=:fn=01;38;5;132:ln=32:bn=32:se=00;38;5;242"
export LESS_TERMCAP_mb=$(printf '\e[01;31m') # enter blinking mode red