Sbp Versions Save

Simple Bash Prompt (SBP) is a bash prompt, which strives to be simple. But it isn't. But it looks kind of nice. I think.

v0.3

3 years ago

New segments:

  • Load: Shows the current 5min load relative to cpu cores
  • Conda: Shows the current conda environment

New helpers

  • 'sbp list config' shows the current active settings

v0.2.2

3 years ago

v0.2.0

3 years ago

Changes

Improved testing, and minor bugfixes. SEGMENTS_SPLITTER_COLOR is now renamed to SEGMENTS_COLOR_SPLITTER for consistancy with the other color variables.

v0.1.1

3 years ago

v0.1.0

3 years ago

This is the first attempt at following a release pattern.

Changes:

  • We now avaid subshells to lower execution time
  • Uppercase variables should be understood as Global to SBP
  • The ´sbp´ cli now supports verbs for better usability
  • The git segment can now be instructed to only check the branch on large repos
  • Creating custom layouts is much easier due to the /layouts configuration.
  • Added the option to install releases via homebrew

Fixes:

  • Some of the color schemes had wrong values, these have been fixed
  • There used to be a trail of colored background left after the prompt on some terminals, this has ben fixed

Bugs:

  • The 'debug' functions are available outside of sbp, this isn't a huge problem, but it's unclean and should be fixed.