From 1f4e5faf7e147da7493debc942e47613ffb28f81 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 7 Apr 2016 16:03:50 -0500 Subject: [PATCH] * usr/share/byobu/profiles/bashrc: - fix color comment --- debian/changelog | 2 ++ usr/share/byobu/profiles/bashrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d8ccb202..5454bd1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 28 Feb 2016 23:46:26 -0600 diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 1c6d6e1a..2f879be2 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -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