Skip to content

Instantly share code, notes, and snippets.

@peketamin
Created September 25, 2019 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peketamin/dcb59308967a603eba36c026e28e9ece to your computer and use it in GitHub Desktop.
Save peketamin/dcb59308967a603eba36c026e28e9ece to your computer and use it in GitHub Desktop.
bash_profile setting for mojibake taisaku
# source .bashrc
test -r ~/.bashrc && . ~/.bashrc
# LANG
export LANG=en_US.UTF-8
export LC_ALL=$LANG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment