mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/profiles/bashrc:
- Ubuntu themed grep colors, from Nick Moffit
This commit is contained in:
parent
81463fc9e7
commit
b0a481a7e7
2 changed files with 3 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue