darwin: fix failure setting zsh option
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -32,7 +32,7 @@ loginShellInit = '' 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