Skip to content

Commit

Permalink
zsh: set LANG and LC_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Dec 9, 2019
1 parent a84687d commit d7b593b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zshenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# oracle SQL*Plus setting
export NLS_LANG='Japanese_Japan.UTF8'
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

REPORTTIME=3

Expand Down

0 comments on commit d7b593b

Please sign in to comment.