From 97fec7246580005d49f38a90b8c7801eeab31e52 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 22 Aug 2020 18:11:16 -0400 Subject: [PATCH] Starship: remove jobs --- .config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index d9d8af9..7963ae2 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -16,3 +16,6 @@ truncate_to_repo = false [cmd_duration] min_time = 500 prefix = "" + +[jobs] +disabled = true