From f9c69891a2ba019b3d4aff5417bdf26eaf51551b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 11 Jul 2024 23:20:42 -0700 Subject: [PATCH] feat: add bash to oh-my-posh --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 75a9935..e01f49e 100755 --- a/home.nix +++ b/home.nix @@ -495,6 +495,7 @@ programs.oh-my-posh = { enable = true; enableZshIntegration = true; + enableBashIntegration = true; settings = builtins.fromJSON (builtins.unsafeDiscardStringContext (builtins.readFile ./prompt.omp.json)); };