blob: 0673f0d49a119b1431cb2e121dc35ed463389c43 (
plain) (
tree)
|
|
# This $LANG stuff I inherited from Cygwin, so I'm preserving it for now.
# Although it's broken on Ubuntu and such.
[ -z "${LANG+x}" ] \
&& LANG="$( locale --no-unicode --utf )" \
&& export LANG
[ -n "${BASH_VERSION+x}" ] \
&& [ -r "$HOME/.bashrc" ] \
&& source "$HOME/.bashrc"
|