This commit is contained in:
Christian Nieves
2025-03-05 22:07:33 -06:00
parent 27f00e77e6
commit 8dc9131c46
9 changed files with 67 additions and 28 deletions

View File

@ -30,7 +30,6 @@
zmodload zsh/langinfo
if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then
local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8}
fi
# The list of segments shown on the left. Fill it with the most important segments.