From d874838e5fd6873038ff0308a1229ba494f74827 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Wed, 31 Aug 2022 11:41:40 -0400 Subject: [PATCH] Switch to michelebologna zsh theme --- home/jacob.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/jacob.nix b/home/jacob.nix index c6aa5cd..a9dd44b 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -167,8 +167,12 @@ plugins = [ "git" "sudo" "vi-mode" ]; - theme = "clean"; + theme = "michelebologna"; # nice clean theme that shows jobs }; + # michelebologna theme doesn't have an RPROMPT, but I like the one from the clean theme + initExtra = '' + RPROMPT='[%*]' + ''; }; };