diff options
-rw-r--r-- | system/settings/darwin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 4977c19b..9a61aa01 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -32,7 +32,7 @@ source /System/Library/Templates/Data/private/etc/zprofile ''; interactiveShellInit = '' - if [[ "$(locale LC_CTYPE)" == "UTF-8" ]]; then + if [[ "$(/usr/bin/locale LC_CTYPE)" == "UTF-8" ]]; then setopt COMBINING_CHARS fi # Useful support for interacting with Terminal.app or other terminal programs |