Update dotfiles/.bashrc, dotfiles/.profile
This commit is contained in:
parent
c87357bb57
commit
459a02295f
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
|||
fi
|
||||
|
||||
# Prefer US English
|
||||
# export LC_ALL="en_US.UTF-8"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
fi
|
||||
|
||||
### Miscellaneous
|
||||
|
|
|
@ -266,7 +266,7 @@ export EDITOR="vim"
|
|||
export MANPAGER="less -X"
|
||||
|
||||
# Set language
|
||||
export LANG="en_US"
|
||||
export LANG="en_US.UTF-8"
|
||||
|
||||
### .local/bin
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
|
|
Loading…
Reference in a new issue