Browse Source

Added the jobs module

master
Julio Biason 4 years ago
parent
commit
bb7e9a79db
  1. 4
      starship/starship.toml

4
starship/starship.toml

@ -5,6 +5,7 @@ prompt_order = [
"git_state",
# "git_status",
"python",
"jobs",
"character",
]
@ -65,3 +66,6 @@ style_failure = "red"
[python]
symbol = ""
[jobs]
symbol = "!"
style = "red"

Loading…
Cancel
Save