Created
April 16, 2025 09:30
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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