bash-it/themes/redline
Tim Noise 3ef6c0b66b - fixed bug : resetting foreground color when distro logo is enabled
- neater check for cached sudo
- started adding support for custom cwd separator glyph and color
2017-01-30 04:34:45 +11:00
..
README.md - added redline features to powerline 2017-01-28 04:56:33 +11:00
redline.theme.bash - fixed bug : resetting foreground color when distro logo is enabled 2017-01-30 04:34:45 +11:00
screenshot.png - added redline features to powerline 2017-01-28 04:56:33 +11:00

README.md

Redline Theme

changed up the powerline base a little.

It plays nicest with this font: DroidSansMonoForPowerline

Read the powerline theme documentation

added

  • hostname
  • distro logo

changed

  • sudo credential check
  • required font
  • some icons

Works real good like with:

## set the theme
export BASH_IT_THEME='redline'

# Set this to false to turn off version control status checking within the prompt for all themes
export SCM_CHECK=true

## Set Xterm/screen/Tmux title with only a short hostname.
export SHORT_HOSTNAME=$(hostname -s)

## enable sudo prompt
export POWERLINE_PROMPT_USER_INFO_MODE="sudo"

## prompt part string
export POWERLINE_PROMPT="python_venv user_info hostname cwd scm"

enable your distro logo with

export POWERLINE_PROMPT_DISTRO_LOGO="yes"

screenshot