From 81b476bcf4b51c1eca2aa28fd9b6641e53998759 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 20 Nov 2023 12:57:31 +1100 Subject: [PATCH] Move background-jobs indicator to more prominent spot --- dot-config/zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/zsh/p10k.zsh b/dot-config/zsh/p10k.zsh index 32389a3..4ba9348 100644 --- a/dot-config/zsh/p10k.zsh +++ b/dot-config/zsh/p10k.zsh @@ -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)