Browse Source

Added the jobs module

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

4
starship/starship.toml

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

Loading…
Cancel
Save