From f8f5398d96b34adb178b9b73ee8228e78eddd329 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Aug 2023 19:10:12 +0200 Subject: Remove zsh config --- system/settings/programs/shell.nix | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'system/settings/programs') diff --git a/system/settings/programs/shell.nix b/system/settings/programs/shell.nix index 3c8c3f4f..87372033 100644 --- a/system/settings/programs/shell.nix +++ b/system/settings/programs/shell.nix @@ -2,26 +2,6 @@ , pkgs , ... }: { - programs.zsh = - { - enable = true; - enableBashCompletion = true; - promptInit = ""; - } - // ( - # Either of these will call `compinit`, causing >2s startup time - # Do it in home-manager instead - if pkgs.stdenv.isDarwin - then { - enableCompletion = false; - } else { - enableGlobalCompInit = false; - } - ); - environment.shells = with pkgs; [ - zsh - fish - ]; programs.fish = { enable = true; }; -- cgit 1.4.1