* usr/share/byobu/profiles/bashrc:

- Ubuntu themed grep colors, from Nick Moffit
This commit is contained in:
Dustin Kirkland 2013-11-06 08:44:56 -06:00
commit b0a481a7e7
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Fri, 01 Nov 2013 15:27:51 -0500

View file

@ -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)