darwin: fix terminal display of Unicode combining chars
Alan Pearce alan@alanpearce.eu
Thu, 19 Nov 2020 20:48:57 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -11,6 +11,11 @@ enable = true; enableCompletion = false; # Causes >2s startup time, overlaps home-manager config enableBashCompletion = true; loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile"; + interactiveShellInit = '' + if [[ "$(locale LC_CTYPE)" == "UTF-8" ]]; then + setopt COMBINING_CHARS + fi + ''; }; environment.systemPackages = with pkgs; [