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
|
fi
|
||||||
|
|
||||||
# Prefer US English
|
# Prefer US English
|
||||||
# export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
|
@ -266,7 +266,7 @@ export EDITOR="vim"
|
||||||
export MANPAGER="less -X"
|
export MANPAGER="less -X"
|
||||||
|
|
||||||
# Set language
|
# Set language
|
||||||
export LANG="en_US"
|
export LANG="en_US.UTF-8"
|
||||||
|
|
||||||
### .local/bin
|
### .local/bin
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
Loading…
Reference in a new issue