Move background-jobs indicator to more prominent spot
This commit is contained in:
parent
f8188a205a
commit
81b476bcf4
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
vcs # git status
|
||||
# =========================[ Line #2 ]=========================
|
||||
newline # \n
|
||||
background_jobs # presence of background jobs
|
||||
prompt_char # prompt symbol
|
||||
)
|
||||
|
||||
|
@ -48,7 +49,6 @@
|
|||
# =========================[ Line #1 ]=========================
|
||||
status # exit code of the last command
|
||||
command_execution_time # duration of the last command
|
||||
background_jobs # presence of background jobs
|
||||
direnv # direnv status (https://direnv.net/)
|
||||
asdf # asdf version manager (https://github.com/asdf-vm/asdf)
|
||||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||
|
|
Loading…
Reference in a new issue