From 40cb58751334841247c4b1d8fd6c3978eb24e339 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Mar 2023 00:35:20 -0400 Subject: disable starship for bash & zsh --- users/seth/shell/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/seth') diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index 3c3f30b..0811779 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -31,7 +31,8 @@ }; starship = { enable = true; - enableFishIntegration = true; + enableBashIntegration = false; + enableZshIntegration = false; }; }; -- cgit v1.2.3