diff --git a/starship/starship.toml b/starship/starship.toml index 3aea07f..3dc50c9 100644 --- a/starship/starship.toml +++ b/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"