Switch to michelebologna zsh theme

This commit is contained in:
Jacob Hinkle 2022-08-31 11:41:40 -04:00
parent 92b6ad3d73
commit d874838e5f

View File

@ -167,8 +167,12 @@
plugins = [ plugins = [
"git" "sudo" "vi-mode" "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='[%*]'
'';
}; };
}; };