diff --git a/home.nix b/home.nix index 9f91f9d..c80d263 100644 --- a/home.nix +++ b/home.nix @@ -40,6 +40,7 @@ enableCompletion = true; initExtra = '' unset RPS1 + eval $(starship init zsh) ''; oh-my-zsh = { enable = true; @@ -60,7 +61,7 @@ starship = { enable = true; - enableZshIntegration = true; + enableZshIntegration = false; settings = { character = { success_symbol = "[ยป](bold green) ";