From b0a481a7e73b1f46248c398dfed8dea1a4f4c0a5 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 6 Nov 2013 08:44:56 -0600 Subject: [PATCH] * usr/share/byobu/profiles/bashrc: - Ubuntu themed grep colors, from Nick Moffit --- debian/changelog | 2 ++ usr/share/byobu/profiles/bashrc | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ae5a9e3d..7cca24f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ byobu (5.63) unreleased; urgency=low sessions * usr/bin/byobu-status: LP: #1233407 - ensure status icons are customizable by end users + * usr/share/byobu/profiles/bashrc: + - Ubuntu themed grep colors, from Nick Moffit -- Dustin Kirkland Fri, 01 Nov 2013 15:27:51 -0500 diff --git a/usr/share/byobu/profiles/bashrc b/usr/share/byobu/profiles/bashrc index 9783562e..eb7f9078 100644 --- a/usr/share/byobu/profiles/bashrc +++ b/usr/share/byobu/profiles/bashrc @@ -40,6 +40,7 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then PS1="${debian_chroot:+($debian_chroot)}\[\e[38;5;202m\]\$prompt_status\[\e[38;5;245m\]\u\[\e[00m\]@\[\e[38;5;5m\]\h\[\e[00m\]:\[\e[38;5;172m\]\w\[\e[00m\]> " ;; esac + 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" ;; *) # Use Byobu colors (green / blue / red)