Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 336 Bytes

File metadata and controls

14 lines (13 loc) · 336 Bytes

general-notes

macos sequoia

zsh terminal man command returnes Unknown locale, assuming C

Fix

  • open .zshrc in editor
    • location -> /Users/ae
  • add
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"