Update dotfiles/.bashrc, dotfiles/.profile

This commit is contained in:
Brian Zalewski 2022-10-28 08:10:53 +00:00
parent c87357bb57
commit 459a02295f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"