Skip to content

Commit

Permalink
add export LC_ALL="en_US.UTF-8"
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Efimov committed Jun 22, 2021
1 parent 93c3c89 commit 75d5541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export GIT_EDITOR="vi"
export EDITOR="vi"
export GIT_SSL_NO_VERIFY="true"
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export FTP_PASSIVE_MODE="YES"
export GOPATH=$HOME/lib/go
export PATH=$HOME/bin:$HOME/sbin:$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/local/bin:$GOPATH/bin:/cloud/bin:/usr/site/bin
Expand Down

0 comments on commit 75d5541

Please sign in to comment.