Split up the status segment into a background_jobs, root_indicator and status segment.

This fixes #163
This commit is contained in:
Dominik Ritter 2015-12-13 12:41:49 +01:00
commit 5a4de1d274
3 changed files with 32 additions and 20 deletions

View file

@ -1,5 +1,11 @@
## v0.3.0 (next)
### `status` changes
The `status` segment was split up into three segments. `background_jobs` prints
an icon if there are background jobs. `root_indicator` prints an icon if the user
is root. The `status` segment focuses now on the status only.
### New segment `custom_command` added
A new segment that allows users to define a custom command was added.