From ceff3ef5d0d69cdd6bd2da5a2c84a72adb8da3db Mon Sep 17 00:00:00 2001 From: Nanda Lopes Date: Mon, 26 Aug 2024 18:24:29 -0300 Subject: [PATCH] style(bash): change default theme --- root/.chezmoitemplates/shell/ohmybash-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/.chezmoitemplates/shell/ohmybash-env b/root/.chezmoitemplates/shell/ohmybash-env index 54365cbb93..61e1d26bbb 100644 --- a/root/.chezmoitemplates/shell/ohmybash-env +++ b/root/.chezmoitemplates/shell/ohmybash-env @@ -3,7 +3,7 @@ export OSH=~/.oh-my-bash # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-bash is loaded. -OSH_THEME="font" +OSH_THEME="agnoster" # font, agnoster, cupcake, powerline-multiline, purity, rr, sexy # Uncomment the following line to use case-sensitive completion. # OMB_CASE_SENSITIVE="true"