all repos — nixfiles @ c5b94cc55f2fc7916ca59017ce380786dd9fd450

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

darwin: fix terminal display of Unicode combining chars
Alan Pearce alan@alanpearce.eu
Thu, 19 Nov 2020 20:48:57 +0100
commit

c5b94cc55f2fc7916ca59017ce380786dd9fd450

parent

4d73047c68bd178f34d4310dfa50379e08f67668

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M system/settings/darwin.nixsystem/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; [