all repos — nixfiles @ f8f5398d96b34adb178b9b73ee8228e78eddd329

System and user configuration, managed by nix and home-manager

Remove zsh config

Alan Pearce
commit

f8f5398d96b34adb178b9b73ee8228e78eddd329

parent

4a22fe0cf6b7c54d67dbf7c45d82fb8d7f330bbf

1 file changed, 0 insertions(+), 20 deletions(-)

changed files
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -2,26 +2,6 @@ { config
, 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; };