Skip to content

Commit

Permalink
Merge pull request #9 from phux/background_tasks
Browse files Browse the repository at this point in the history
Display number of suspended jobs
  • Loading branch information
DFurnes authored Feb 27, 2019
2 parents 00207af + 0179694 commit 4098c24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ prompt_pure_preprompt_render() {
local symbol_color="%(?.${PURE_PROMPT_SYMBOL_COLOR:-magenta}.red)"
local path_formatting="${PURE_PROMPT_PATH_FORMATTING:-%c}"

# show background jobs
preprompt+="%(1j.%j.) "
# show virtual env
preprompt+="%(12V.%F{242}%12v%f .)"
# begin with symbol, colored by previous command exit code
Expand Down

0 comments on commit 4098c24

Please sign in to comment.