From f38c2a09e44486004cda597b6a305756c1541d77 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Mon, 28 Feb 2022 11:15:19 -0800 Subject: [PATCH] docs: remove enableZshIntegration from homemanager installation (#3671) --- docs/installing/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installing/README.md b/docs/installing/README.md index 017894f0..82274aa0 100644 --- a/docs/installing/README.md +++ b/docs/installing/README.md @@ -67,7 +67,6 @@ Enable the `programs.starship` module in your `home.nix` file, and add your sett { programs.starship = { enable = true; - enableZshIntegration = true; # Configuration written to ~/.config/starship.toml settings = { # add_newline = false;