Skip to content

Instantly share code, notes, and snippets.

@elliotwutingfeng
Created April 16, 2025 09:30
Show Gist options
  • Save elliotwutingfeng/10e9f32bd615caa7194fa3671abddcbd to your computer and use it in GitHub Desktop.
Save elliotwutingfeng/10e9f32bd615caa7194fa3671abddcbd to your computer and use it in GitHub Desktop.
Ensuring .zsh_history is in utf-8 format on Windows Subsystem for Linux 2 (Ubuntu)
export MANPATH="/usr/local/man:$MANPATH"
# You may need to manually set your language environment
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment