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/darwin.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'system/settings/darwin.nix') diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index ac5dbf15..14a2b83b 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -26,20 +26,6 @@ allowUnfree = true; }; - programs.zsh = { - enable = true; - loginShellInit = '' - source /System/Library/Templates/Data/private/etc/zprofile - ''; - interactiveShellInit = '' - if [[ "$(/usr/bin/locale LC_CTYPE)" == "UTF-8" ]]; then - setopt COMBINING_CHARS - fi - # Useful support for interacting with Terminal.app or other terminal programs - [[ -r "/etc/zshrc_$TERM_PROGRAM" ]] && . "/etc/zshrc_$TERM_PROGRAM" - ''; - }; - environment.systemPackages = with pkgs; [ watch coreutils-prefixed -- cgit 1.4.1