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)); };