Cada vez que abro el terminal veo el siguiente mensaje:
/etc/zshrc:7: command not found: locale
Estas son las primeras 7 líneas del archivo /etc/zshrc:
# System-wide profile for interactive zsh(1) shells.
# Setup user specific overrides for this in ~/.zshrc. See zshbuiltins(1)
# and zshoptions(1) for more details.
# Correctly display UTF-8 with combining characters.
if [[ "$(locale LC_CTYPE)" == "UTF-8" ]]; then
setopt COMBINING_CHARS
fi
¿Qué debo hacer con este archivo para solucionar el problema?