Skip to content

Commit

Permalink
Add LC_ALL and LANG environment variables
Browse files Browse the repository at this point in the history
Due to Python weirdness such as:
microsoft/vscode-python#1338
  • Loading branch information
kbd committed May 21, 2018
1 parent 8cdc710 commit ae2ae90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HOME/bin/shell_sources/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export PYTHONDONTWRITEBYTECODE=1
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
export PIPENV_SHELL_FANCY=1
export ERL_AFLAGS="-kernel shell_history enabled" # remember Elixir iex history across sessions
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

# ALIASES
alias -- -='cd -'
Expand Down

0 comments on commit ae2ae90

Please sign in to comment.